Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我指的是这个https://ecomfe.github.io/echarts/doc/example/pie1.html#-en示例。我无法隐藏饼图中的相邻标签。我已经圈出了我希望隐藏在所附图像中的标签之一。请帮忙。谢谢!
找到了我的问题的解决方案。我必须在选项中包含以下代码并且它有效:
itemStyle : { normal : { label : { show : false }, labelLine : { show : false } } }