-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Problem on snap and show tooltip #225
Comments
Try snapping to "2014-04-07" or to "2014-04-25" points. |
Seems to be a bug in library. The snapping is implemented by generating transparent rectangles for every X value, these rectangles are on the top and are bound to multiple mouse events.The width of event-rects are the same across the chart, which is ok for evenly spaced X values. However for timeseries as in your case they overlap. (http://jsfiddle.net/U4a3E/) |
I think I am having the same issue in version 0.7.9 - if I have a timeseries where the values are not evenly spaced, then the snapping does not align with where the points actually are |
I was able to get something reasonable working with:
|
Hi friends, I've built a line graph with 5 timeseries and I'm facing a problem with "mouse snap" to some specific date points (it snaps on the points before and after the desired), and then I can't see some legends.
Probably this is because of the "area" of snapping - this could be dynamic (a third of the distance to the other point?) or it could be set on the code.
My code is the following:
The text was updated successfully, but these errors were encountered: