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
How do you think users should snipe those 2px circles whit a cursor? I think microscopic hardcoded circles are not the best way to trigger tooltip callback, how about rendering transparent rectangles over the chart?
The callback function does not return the index of the hovered point, which could be very handy if you want to render a custom tooltip and display more data.
There is a bug if you set fill to none in SparklinesLine style the callback function never gets triggered.
I can implement and fix all that stuff if you let me
The text was updated successfully, but these errors were encountered:
@Fxlr8 Hey, can you post a snippet of how you used onMouseMove? I'm having trouble understanding how to use it, the docs don't have information for it. Thanks!
onMouseMove
prop onSparklinesLine
component but found it very hard to hit tiny circles that it generatesHow do you think users should snipe those 2px circles whit a cursor? I think microscopic hardcoded circles are not the best way to trigger tooltip callback, how about rendering transparent rectangles over the chart?
The callback function does not return the index of the hovered point, which could be very handy if you want to render a custom tooltip and display more data.
There is a bug if you set
fill
to none inSparklinesLine
style the callback function never gets triggered.I can implement and fix all that stuff if you let me
The text was updated successfully, but these errors were encountered: