想把负值改为正值显示,正值不变,该怎么写js。。。
参考这个图表自定义轴标签格式-https://help.fanruan.com/finereport10.0/doc-view-1937.html
function(){
if(this.value>0){
return this.category+this.seriesName+this.value;
}
else {
return this.category+this.seriesName+this.value*(-1);
为啥不在sql里面判断,