请问各位大佬
我用图表实现了这种表,实现方式是用的堆积柱状图左侧为负数。请问大佬们有没有一种方式把负号去掉,或者不显示负号也可以。TvT
function(){ return Math.abs(this.value);}
========
=function(){ return Math.abs(this.value)*100+"%";}
使用自定义显示标签就可以啊,返回值取绝对值
完整文档:
图表自定义轴标签格式
https://help.fanruan.com/finereport/doc-view-1937.html