美文网首页
Echarts axisLabel过滤

Echarts axisLabel过滤

作者: 轩辕夜空 | 来源:发表于2021-11-18 17:44 被阅读0次
     axisLabel: {
                show: true,
                textStyle: {
                  color: '#33CCFE',
                  margin: 0,
                  fontSize: FontChart(14),
                },
                formatter: function (value, index) {
                  let s = value.split(' ')
                  return s[1]
                },
              },
    

    相关文章

      网友评论

          本文标题:Echarts axisLabel过滤

          本文链接:https://www.haomeiwen.com/subject/umqjtrtx.html