Here is an example 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}]
        }
    ]
};
```

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9011 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to