You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the mouse move event, but it only works if you are touching a data series. I have a chart with 5 lines, and I'd like to capture a mouse move across the chart much like the tooltip or the axis lines that show my current position. Is there a way to access the graph position when moving anywhere within the axes or to tap into the grid lines position?
The text was updated successfully, but these errors were encountered:
Indeed, the MouseEvent provided by ECharts cannot meet your needs, so there is no directly available @Output event in ngx-echarts. Based on your description, you may need to utilize the underlying library that ECharts relies on for rendering: ZRender. Here's a reference example for your consideration:
I found the mouse move event, but it only works if you are touching a data series. I have a chart with 5 lines, and I'd like to capture a mouse move across the chart much like the tooltip or the axis lines that show my current position. Is there a way to access the graph position when moving anywhere within the axes or to tap into the grid lines position?
The text was updated successfully, but these errors were encountered: