diff --git a/ui/src/shared/components/RefreshingGraph.js b/ui/src/shared/components/RefreshingGraph.js index 0e3f0a4872..56c906347b 100644 --- a/ui/src/shared/components/RefreshingGraph.js +++ b/ui/src/shared/components/RefreshingGraph.js @@ -101,9 +101,6 @@ const RefreshingGraph = ({ cellHeight={cellHeight} resizeCoords={resizeCoords} tableOptions={tableOptions} - hoverTime={hoverTime} - inView={inView} - setDataLabels={setDataLabels} resizerTopHeight={resizerTopHeight} handleSetHoverTime={handleSetHoverTime} /> @@ -162,12 +159,8 @@ RefreshingGraph.propTypes = { cellID: string, inView: bool, tableOptions: shape({}), -<<<<<<< HEAD -======= - setDataLabels: func, hoverTime: string.isRequired, handleSetHoverTime: func.isRequired, ->>>>>>> Fix crosshair hovering performance issue } RefreshingGraph.defaultProps = {