What problem does this feature solve?
Add an option for labels to hide them when text is overlapping, it's possible to use series-pie.label.overflow
with a value 'hide'
.
Example of labels to hide:
What does the proposed API look like?
series-pie.label.overflow='hide'
2条答案
按热度按时间t40tm48m1#
https://echarts.apache.org/zh/option.html#series-line.labelLayout.hideOverlap
yfjy0ee72#
https://echarts.apache.org/zh/option.html#series-line.labelLayout.hideOverlap
Looks like it only works for example case,but not for pie charts itself