echarts 百分号%

参考:https://blog.csdn.net/qq_32848943/article/details/119750677

tooltip: {
             trigger: 'item',
             formatter:'{c}%'  
     },

        yAxis: {
          axisLabel: {
            color: "#ccc",
            formatter: function (i) {
              return i * 100 + "%";
            },
          },

 

posted @ 2022-05-19 17:09  jqynr  阅读(115)  评论(0)    收藏  举报