tmxklzp commented on issue #8905: gauge组件的axisLabel属性下,设置文本相关字段配置:color/fontSize/fontWeight时无效;axisLabel.textStyle下设置才有效 URL: https://github.com/apache/incubator-echarts/issues/8905#issuecomment-414287534 我下载了3.8.4版本和4.0.4版本的echarts,都出现了上述的这个问题。官方实例的第一个,[http://echarts.baidu.com/examples/editor.html?c=gauge](http://echarts.baidu.com/examples/editor.html?c=gauge), 添加 ```javascript axisLabel: { color: "#000" }, ``` 的配置之后数字会正常变黑,但是相同的配置复制到我自己的代码中时不正常显示效果
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
