diff --git a/client/src/components/graph/graph.js b/client/src/components/graph/graph.js index 7fc3ad80..a87493e7 100644 --- a/client/src/components/graph/graph.js +++ b/client/src/components/graph/graph.js @@ -362,9 +362,9 @@ class Graph extends React.Component { }; handleClipOnKeyPress = e => { - /* - allow only numbers, plus other critical keys which - may be required to make a number + /* + allow only numbers, plus other critical keys which + may be required to make a number */ if (!Graph.isValidDigitKeyEvent(e)) { e.preventDefault(); @@ -894,102 +894,95 @@ class Graph extends React.Component { marginLeft: 10 }} > - - - } - onOpening={this.handleClipOpening} - onClosing={this.handleClipClosing} - content={ + + } + position={Position.BOTTOM_RIGHT} + onOpening={this.handleClipOpening} + onClosing={this.handleClipClosing} + content={ +
+
Clip all continuous values to percentile range
-
Clip all continuous values to percentile range
-
+ +
+ } + /> + - + + +
+ } + /> +
- } - /> - - {" "} - -{" "} - - - - - } - /> - - - + Clip + - } - /> -
+ + } + />