aminzabardast edited a comment on issue #9011: Inversing font color of gouge scale URL: https://github.com/apache/incubator-echarts/issues/9011#issuecomment-423974969 Here is an example option that creates the issue: Setting `clockwise` to false does not effect `axisLine` ``` option = { series: [ { clockwise:false, type: 'gauge', detail: {formatter:'{value}%'}, data: [{value: 50}] } ] }; ```
---------------------------------------------------------------- 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]
