-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Milestone
Description
Expected behavior
If the user clicks on a label to filter/hide this dataset the diagram should:
- Hide the slice
- Radially scale the other slices to fill the gap
- Change the scale from the center out of the other slices to fit the diagram
Current behavior
If the user clicks on a label to filter/hide this dataset the diagram should:
- Hide the slice
- Radially scale the other slices to fill the gap
- The scale from the center DOES NOT GET CHANGED and the other slices STAY SMALL
Reproducible sample
https://www.chartjs.org/docs/latest/charts/polar.html
Optional extra steps/info to reproduce
Every Polar area chart is affected. The issue is especially noticeable when there are some really large values and some really small values.
Possible solution
Make the scale smaller/larger depending on what value the largest slice has to fit the available space
Context
No response
chart.js version
latest (v3.7.1)
Browser name and version
any
Link to your project
No response
Reactions are currently unavailable

