diff --git a/client/src/components/continuous/histogramBrush.js b/client/src/components/continuous/histogramBrush.js index 85ee5ed7..edcbf7de 100644 --- a/client/src/components/continuous/histogramBrush.js +++ b/client/src/components/continuous/histogramBrush.js @@ -185,9 +185,7 @@ class HistogramBrush extends React.Component { ? globals.brightBlue : "black", // backgroundColor: this.props.colorAccessor === this.props.metadataField ? globals.brightBlue : "inherit", - // display: "inline-block", position: "relative", - // left: this.width + 15, top: -29, cursor: "pointer" }}