aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-29 16:24:44 -0400
committerbob <bcz@cs.brown.edu>2019-03-29 16:24:44 -0400
commit6e0439f36216af6ee25ff9a65d296e6f9ff28fd3 (patch)
tree7d8f83fb1659d1062f7bf7faa9850da037ef46af /src
parenta10bbd686a825ee38caceb7ecfc388715c14a817 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/northstar/dash-nodes/HistogramBoxPrimitives.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.tsx b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.tsx
index b8020c28c..648070241 100644
--- a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.tsx
+++ b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.tsx
@@ -269,9 +269,6 @@ export class HistogramBinPrimitiveCollection {
private createVerticalBarChartBinPrimitives(bin: Bin, brush: Brush, binBrushMaxAxis: number, normalization: number): number {
let dataValue = this.histoOp.getValue(1, bin, this.histoResult, brush.brushIndex!);
if (dataValue != undefined) {
- if (bin.binIndex!.indices![0] == 0 && bin.binIndex!.indices![1] == 0) {
- console.log("DV = " + dataValue)
- }
let [yFrom, yValue, yTo] = this.sizeConverter.DataToScreenNormalizedRange(dataValue, normalization, 1, binBrushMaxAxis);
let [xFrom, xTo] = this.sizeConverter.DataToScreenXAxisRange(this._histoBox.VisualBinRanges, 0, bin);