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/09/24 13:30:39 UTC

[GitHub] aminzabardast commented on issue #9011: Inversing font color of gouge scale

aminzabardast commented on issue #9011: Inversing font color  of gouge scale 
URL: https://github.com/apache/incubator-echarts/issues/9011#issuecomment-423974969
 
 
   Here is the options 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:
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