-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point disappearing after hover #1753
Comments
Thanks for reporting, this will be addressed soon. |
👋 sorry, just to know, do you have any ETA in mind? Thanks! |
Any updates on this issue - i stumpled upon this issue today. I really like this component and i prefer using ApexCharts over ChartJS - but if there is no fix for this i need to back...... EDIT: Found this example https://apexcharts.com/vue-chart-demos/line-charts/null-values/ that seems to NOT be affected by this issue - is this an older version or something? |
Now it does. Must have been updated to include the bug at some point during the last 1½ years. |
It seems to be caused by moveMarkers() in src/modules/tooltip/Position.js that assumes that if w.globals.markers.size[i] isn't above zero then it can just move around a dynamic marker on index 0. But in this case there are markers so I think it ends up moving around the first marker instead of a dynamic marker. I have worked around it by setting my marker size to 0.0001 but it is a bit costly. |
This appears to be the same bug as #3641 |
Bug report
I have a line chart with a few points but only 2 with actual data (price). When I hover the first one and then move the pointer to the next one, the first one disappears and only appears again if I move the cursor near the area where it was.
Gif
Codesandbox
https://codesandbox.io/s/awesome-wescoff-742zj?file=/src/App.js
Explanation
Never see the point disappearing
it's disappearing
none
The text was updated successfully, but these errors were encountered: