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 have an extra renderer for different data series that I would like to be purely cosmetic (a best-fit line), and so I would like for the HoverDetail to show up on only a single series. Here's the (non-working) code that I have:
This results in no hover tooltip at all. If I use the basic Rickshaw.Graph.HoverDetail instead of my Hover subclass, it will try to give the details at the (purely cosmetic) endpoints of the best-fit line as well as the actual datapoints. How would you suggest that I fix this? Thank you.
The text was updated successfully, but these errors were encountered:
I have an extra renderer for different data series that I would like to be purely cosmetic (a best-fit line), and so I would like for the HoverDetail to show up on only a single series. Here's the (non-working) code that I have:
This results in no hover tooltip at all. If I use the basic
Rickshaw.Graph.HoverDetail
instead of myHover
subclass, it will try to give the details at the (purely cosmetic) endpoints of the best-fit line as well as the actual datapoints. How would you suggest that I fix this? Thank you.The text was updated successfully, but these errors were encountered: