Is there a react way to click a point on an area graph, get the x value and y value at that point, hold the mouse button down and highlight the area under the curve til you release the mouse or on a mouseUp event??
TLDR: looking for a react way to implement the listners onMouseUp and onMouseDown on a line area graph.