如何将饼图的标签变为上图样式,要求 1.标签前面的点和系列颜色一致(已有点的图片)
2.可获取系列名、值
以及值的占比,并可自定义颜色
3.牵引线为直线并可以自定义颜色
4.后面添加“万元”文字
注:系列名、占比后面的百分号、”万元“为同以颜色,占比和值为同一颜色
麻烦各位大佬!!!!谢谢谢谢
参考:自定义标签-https://help.fanruan.com/finereport10.0/doc-view-1882.html
function(){ return this.seriesName+'<span style="color:red;">'+FR.contentFormat(this.percentage*100,'#.##')+'</span>%'+'<br><span style="color:red;">'+this.value+'</span>'+' 万元';}
有的应该实现不了
尝试一下这个自定义试试
https://help.fanruan.com/finereport/doc-view-3546.html
https://help.fanruan.com/finereport/doc-view-4395.html