Replies: 1 comment
-
Just use pie chart instead. In polarArea, each arc starts from the center, and thus are overlapping. When changing the interaction mode to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected behavior
When hovering over a slice in a polar area chart with multiple datasets, the slice you hover over should highlight and display its tooltip.
Current behavior
In certain spots of the chart, a different slice gets highlighted and tooltipped.
Reproducible sample
https://codepen.io/kwonunn/pen/PoQdvaw
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
I'm trying to use the polar area chart as a basis for a more complex chart for a specific purpose. Everything works so far, except this.
chart.js version
v3.8.0
Browser name and version
Chrome 102
Link to your project
No response
Beta Was this translation helpful? Give feedback.
All reactions