echarts legend文字配置多个颜色(转)

困扰好久的问题终于解决了 oh yea!echarts

echarts legend文字配置多个颜色
legend: {
data: [
{
name:‘直接访问’,
icon : ‘circle’,
textStyle: {
color: ‘red’
}
},
{
name:‘邮件营销’,
icon : ‘rect’,
textStyle: {
color: ‘blue’
}
},
{
name:‘联盟广告’,
textStyle: {
color: ‘#ffbb32’
}
}]
---------------------
做者:雪抛
来源:CSDN
原文:https://blog.csdn.net/qq_37708668/article/details/89639794
版权声明:本文为博主原创文章,转载请附上博文连接!.net

相关文章
相关标签/搜索