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 setting a small height for the Donut Chart (also when setting height to "auto") that has a series tooltip configured, the tooltip gets misplaced if size and/or holeSize are also set for the series.
The disrupted position of the tooltip depends on the values of the size and holeSize properties - if the values increase, the offset of the tooltip also increases, which makes it appear farther from the series. If these properties are not set (or if they are set to smaller values), the tooltip renders as expected.