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
We use Line chart to visualize multiple series. If any of the series contains only 1 entry, it is shown on the chart as a very small rectangle, but hovering over it doesn't triggers the tooltip:
Recording.2024-09-25.113357.mp4
As soon as series contains 2 entries (that are reasonably far from each other), the tooltip is shown:
Recording.2024-09-25.113523.mp4
Seems like the tooltip is only shown when we hover "inside" the line, and a single point is too small to have an inside that is hoverable.
We cannot consider converting our Line chart to Scatter chart in case of 1 entry, because as said above we use multiple series, and some of those might contain more than 1 entry.
We use
Line
chart to visualize multiple series. If any of the series contains only 1 entry, it is shown on the chart as a very small rectangle, but hovering over it doesn't triggers the tooltip:Recording.2024-09-25.113357.mp4
As soon as series contains 2 entries (that are reasonably far from each other), the tooltip is shown:
Recording.2024-09-25.113523.mp4
Seems like the tooltip is only shown when we hover "inside" the line, and a single point is too small to have an inside that is hoverable.
We cannot consider converting our
Line
chart toScatter
chart in case of 1 entry, because as said above we use multiple series, and some of those might contain more than 1 entry.Our setup:
Nuget package version: 0.5.5
The text was updated successfully, but these errors were encountered: