Echarts axisLabel过滤

2021-11-18  本文已影响0人  轩辕夜空
 axisLabel: {
            show: true,
            textStyle: {
              color: '#33CCFE',
              margin: 0,
              fontSize: FontChart(14),
            },
            formatter: function (value, index) {
              let s = value.split(' ')
              return s[1]
            },
          },
上一篇下一篇

猜你喜欢

热点阅读