leekbillow commented on issue #15805: URL: https://github.com/apache/echarts/issues/15805#issuecomment-929979797
> 可以的,配置项:[legend.data.itemStyle](https://echarts.apache.org/zh/option.html#legend.data.itemStyle) > > ``` > legend: { > data: ['男'], > itemStyle: { > color: 'red' > } > }, > ``` 统一设置图例颜色是可以的,但是能否动态设置呢?function我试过不支持,设置color数组的话会被数据项的颜色覆盖 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
