You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/20 11:43:25 UTC

[GitHub] tmxklzp commented on issue #8905: gauge组件的axisLabel属性下,设置文本相关字段配置:color/fontSize/fontWeight时无效;axisLabel.textStyle下设置才有效

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org