Home Forums Chart Support Trigger mouseover event when hovering on any point of a serie Reply To: Trigger mouseover event when hovering on any point of a serie

#27945

Hi @Indranil, thx for reply. Yes, that’s the current behavior. But there are some use cases that we want to trigger these events on the lines too, especially when you want to do some animations, otherwise only triggering events on datapoints would result in broken animation and inconsistency.
Events on lines are very common in other chart library like highchart or fusion chart too. https://api.highcharts.com/highcharts/plotOptions.series.events.mouseOver
Is there any plan to support this feature? as the op said, op can achieve this by tweaking source code. But we are hoping if this can be added officially