(此文档仅供参考)
数据标签大小如何调小一点,有时候标签太大会遮挡图例和标题?
可通过扩展属性调整标签大小:
{ "series": [{ "markPoint": { "symbolSize": 17 } }] }
实现效果如下: