Hello all,
I’ve been able to manually trigger a hover event for all chart types except pie chart, using the docs at https://plot.ly/javascript/hover-events/ and looking at the comments in the source code.
I’ve tried using the same evt data that comes in to a regular mouseover hover, and sending that in my manual triggering, but that doesn’t seem to work.
Plotly.Fx.hover(‘myId’, originalEventObject, ‘pie’);
Any ideas on this issue would be greatly appreciated.
Thanks,
Steve