function(){return '<span style="color:字体颜色代码;"> '+FR.contentFormat(this.value, '#')+' </span>'+"/"+'<span style="color:字体颜色代码;"> '+FR.contentFormat(this.percentage, '#.##%')+' </span>';}
2)标签设置
选中图表,右侧属性面板选择样式>标签,勾选使用标签,点击自定义,插入自定义样式代码,并点击使用 HTML 解析文本内容,位置选择饼图外,选择牵引线。
具体代码如下:
function(){
return '<span style="color:'+this.color+';"> '+this.value+' </span>';
}