Home Forums Chart Support Display tooltip without source point Reply To: Display tooltip without source point

#31841

@creteurlouis,

You can bind mouse events to the chart-container(div) and get mouse coordinates in pixels, which you can convert to corresponding value along axis using convertPixelToValue. Please take a look at this JSFiddle for an example.


Shashi Ranjan
Team CanvasJS