What problem does this feature solve?
Hi,
I have a nested pie chart with long label names. I prefer to display the labels 'inside' instead of 'outside', but the text is extending outside the pie area. I understand that I can use formatter to add line breaks, or rotate the text. However, I would prefer to display the labels as curved labels, depending on the shape of the pie chart.
How can I achieve this?
Appreciate your help! Thank you!
What does the proposed API look like?
Perhaps something like this?
label: {
position: 'inner',
rotate: 'auto'
},
What problem does this feature solve?
Hi,
I have a nested pie chart with long label names. I prefer to display the labels 'inside' instead of 'outside', but the text is extending outside the pie area. I understand that I can use formatter to add line breaks, or rotate the text. However, I would prefer to display the labels as curved labels, depending on the shape of the pie chart.
How can I achieve this?
Appreciate your help! Thank you!
What does the proposed API look like?
Perhaps something like this?
label: {
position: 'inner',
rotate: 'auto'
},