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
When you scale a chart the tooltip position and information is not correct, when scale is > 1 it takes the points at the right from mouse position and if scale is < 1 takes the left points
What is the behavior you expect?
That tooltips takes correct positions and information
The text was updated successfully, but these errors were encountered:
This is not a bug, but a limitation.
All the dimensions get changed when you transform the whole chart element and it is difficult to get the precise location.
I recommend you don't scale, but manually set the height/width of the chart to make it smaller.
Bug report
Codepen
https://codepen.io/linkaynn/pen/RwaGvVP
Explanation
When you scale a chart the tooltip position and information is not correct, when scale is
> 1
it takes the points at the right from mouse position and if scale is< 1
takes the left pointsWhat is the behavior you expect?
That tooltips takes correct positions and information
The text was updated successfully, but these errors were encountered: