美文网首页
13.series.label

13.series.label

作者: 半生_温暖纯良_Junzer | 来源:发表于2020-08-07 15:50 被阅读0次

1.label a、b、c、d

https://blog.csdn.net/chelen_jak/article/details/81187968

2.rich样式

label: {
          normal: {
            show: true,
            position: 'right',
            offset: [15, 0],
            formatter: function (params) {
              console.log(params)
              return '{white|' + params.name + '} \n \n \n{yellow|' + params.data.value + '}';
            },
            //富文本模板 对应return中内容
            rich: {
              white: {
                color: 'white',
                // fontSize: 20,
                align: 'center'
              },
              yellow: {
                color: 'yellow',
                // fontSize: 30,
                align: 'center'
              }
            }
          }
        },

相关文章

  • 13.series.label

    1.label a、b、c、d https://blog.csdn.net/chelen_jak/article/...

网友评论

      本文标题:13.series.label

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