VChart
VChart copied to clipboard
[Feature] pie radius support max & min spec to adapte the layout of label
What problem does this feature solve?
Support max & min spec of pie label to adapt the label layout to avoid label abbreviation.
What does the proposed API look like?
// pie spec:
{
minRadius: 0.6,
maxRadius: 0.8,
...
}