Fix conflicts
parent
790834fe01
commit
2d0342d62d
|
@ -101,9 +101,6 @@ const RefreshingGraph = ({
|
||||||
cellHeight={cellHeight}
|
cellHeight={cellHeight}
|
||||||
resizeCoords={resizeCoords}
|
resizeCoords={resizeCoords}
|
||||||
tableOptions={tableOptions}
|
tableOptions={tableOptions}
|
||||||
hoverTime={hoverTime}
|
|
||||||
inView={inView}
|
|
||||||
setDataLabels={setDataLabels}
|
|
||||||
resizerTopHeight={resizerTopHeight}
|
resizerTopHeight={resizerTopHeight}
|
||||||
handleSetHoverTime={handleSetHoverTime}
|
handleSetHoverTime={handleSetHoverTime}
|
||||||
/>
|
/>
|
||||||
|
@ -162,12 +159,8 @@ RefreshingGraph.propTypes = {
|
||||||
cellID: string,
|
cellID: string,
|
||||||
inView: bool,
|
inView: bool,
|
||||||
tableOptions: shape({}),
|
tableOptions: shape({}),
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
setDataLabels: func,
|
|
||||||
hoverTime: string.isRequired,
|
hoverTime: string.isRequired,
|
||||||
handleSetHoverTime: func.isRequired,
|
handleSetHoverTime: func.isRequired,
|
||||||
>>>>>>> Fix crosshair hovering performance issue
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RefreshingGraph.defaultProps = {
|
RefreshingGraph.defaultProps = {
|
||||||
|
|
Loading…
Reference in New Issue