echarts y轴添加单位

时间:2020-02-07 10:19:41   收藏:0   阅读:2607
yAxis:
      {
        show: true,
        type: 'value',
        boundaryGap: ['0%', '20%'],
        //添加单位$
        axisLabel: {
          formatter: '${value}'
        }
      }

原文:https://www.cnblogs.com/eternityz/p/12271914.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!