diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-12 18:28:54 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-12 18:28:54 -0400 |
| commit | 5557c3b87df3119a3e53d2edb4bbdb9ae1deafc4 (patch) | |
| tree | c2b7e0c37d89f3af7859c65782de3d559ab93bf5 /src/client/northstar/dash-nodes | |
| parent | 83f269b77aa23b641c0ec6b09fe5696936fb221b (diff) | |
fixed brushing
Diffstat (limited to 'src/client/northstar/dash-nodes')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBox.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBox.tsx b/src/client/northstar/dash-nodes/HistogramBox.tsx index 7df59ef07..2084fc346 100644 --- a/src/client/northstar/dash-nodes/HistogramBox.tsx +++ b/src/client/northstar/dash-nodes/HistogramBox.tsx @@ -47,10 +47,6 @@ export class HistogramBox extends React.Component<FieldViewProps> { this.BinRanges[1] instanceof AggregateBinRange ? ChartType.VerticalBar : ChartType.HeatMap; } - constructor(props: FieldViewProps) { - super(props); - } - @action dropX = (e: Event, de: DragManager.DropEvent) => { if (de.data instanceof DragManager.DocumentDragData) { |
