diff options
author | bob <bcz@cs.brown.edu> | 2019-04-19 16:34:32 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-19 16:34:32 -0400 |
commit | af6feb64510490da8d815f41ceb639d693b9eae3 (patch) | |
tree | 512fe38535fc7d158396190fd031617f5b42264a /src/client/northstar/dash-nodes/HistogramBox.tsx | |
parent | 100d23b580614d54cbda37aed898680985b79786 (diff) |
played with iconifying things in a different way. fixed some things with schemas.
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBox.tsx')
-rw-r--r-- | src/client/northstar/dash-nodes/HistogramBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBox.tsx b/src/client/northstar/dash-nodes/HistogramBox.tsx index 0e84ace50..e2ecc8c83 100644 --- a/src/client/northstar/dash-nodes/HistogramBox.tsx +++ b/src/client/northstar/dash-nodes/HistogramBox.tsx @@ -146,7 +146,7 @@ export class HistogramBox extends React.Component<FieldViewProps> { return ( <Measure onResize={(r: any) => runInAction(() => { this.PanelWidth = r.entry.width; this.PanelHeight = r.entry.height; })}> {({ measureRef }) => - <div className="histogrambox-container" ref={measureRef} style={{ transform: `translate(-50%, -50%)` }}> + <div className="histogrambox-container" ref={measureRef}> <div className="histogrambox-yaxislabel" onPointerDown={this.yLabelPointerDown} ref={this._dropYRef} > <span className="histogrambox-yaxislabel-text"> {labelY} |