Posted 8 May 2020, 11:07 am EST - Updated 3 October 2022, 4:20 pm EST
Hello,
I have found the following topic discussing how to highlight a line symbol on mouse hover: https://www.grapecity.com/forums/wijmo/flexchart-line-symbol-hove.
The solution from this method works (see https://stackblitz.com/edit/js-afacsz) but has a disadvantage: user has to hover precisely on a symbol (which is quite hard when a symbol is small).
What I want to achieve is to highlight a symbol when hovering somewhere around that symbol. Right now if you look at the example there already appears a marker box with description of the nearest point.
I would like to highlight that nearest point (i.e. make an ellipse bigger) without needing to precisely point mouse to the point.
Is it possible to do?