Add an option for Pie and Donut Charts, which defines the minimum slice size / angle for nonzero values. (e.g. minSliceAngle=36 means slices with nonzero value should have at least 36°.)
Feature Use Case
This is very useful when the dataset is contains a category which its value is significantly smaller than that of the others. Without this option, the slice rendered will be too small for users to click/interact.
Feature Proposal
Add an option for Pie and Donut Charts, which defines the minimum slice size / angle for nonzero values. (e.g.
minSliceAngle=36
means slices with nonzero value should have at least 36°.)Feature Use Case
This is very useful when the dataset is contains a category which its value is significantly smaller than that of the others. Without this option, the slice rendered will be too small for users to click/interact.