...
代码块 | ||
---|---|---|
| ||
{ "series": [{ "label": { "normal": { "formatter": "function(arg){return arg.name+': \\n'+arg.value+' \\n '+Math.round(arg.percent)+'% '}" } } }] } |
...
...
代码块 | ||
---|---|---|
| ||
{ "series": [{ "label": { "normal": { "formatter": "function(arg){return arg.name+': \\n'+arg.value+' \\n '+Math.round(arg.percent)+'% '}" } } }] } |
...