What Changed
A tooltip is now always displayed over a point and is not shifted to the right or left edge.
Old Behavior | New Behavior |
---|---|
Reasons for Change
We changed the tooltip behavior due to the fix of the following issue: T1048882 - Charts for Blazor - A tooltip remains visible if a focus moves between different labels or outside of a chart.
Impact on Existing Apps
A tooltip with large width can be cut down if it is placed near the page edge, since there is insufficient place to display the entire tooltip.
How to Update Existing Apps
We recommend you add extra space around the Chart or enable side margins.
How to Revert to Previous Behavior
You cannot revert to the previous behavior.