(本文档仅供参考)
如下图,想实现饼图后加文字以及指标展示效果。
可使用如下扩展属性实现效果:
{
"series": [{
"label": {
"normal": {
"formatter": "{c}元\n占比{d}%"
}
}]