Freedomhxb opened a new issue #16632: URL: https://github.com/apache/echarts/issues/16632
### Version
5.3.0
### Link to Minimal Reproduction
1
### Steps to Reproduce
```
series: [
{
splitNumber:1,
radius: '100%',
axisLine: {
show: true,
roundCap: true,
lineStyle: {
color: [
[1, new
echarts.graphic.LinearGradient(0, 0, 1, 0, [{
offset: 0.1,
color: "#ebfc59"
},
{
offset: 1,
color: "#efcb3a"
}
])]
]
}
},
progress: {
show: false,
},
splitLine: {
show: false
},
detail: {
show: false
},
axisTick: {
show: true,
distance:1,
length:2,
splitNumber:10,
lineStyle:{
width: 5,
color: new echarts.graphic.LinearGradient(0,
0, 1, 0, [{
offset: 0.1,
color: "#ebfc59"
},
{
offset: 1,
color: "#efcb3a"
}
])
}
},
axisLabel: {
show: false
},
type: 'gauge',
pointer: {
show: false,
},
startAngle:0,
endAngle:360,
}
]
```
### Current Behavior
类型为gauge ,startAngle = 0, endAngle = 360,是逆时针转,但是axisLine show=true的话成了顺时针
### Expected Behavior
也是逆时针转
### Environment
```markdown
- OS: windows
- Browser: chrome 98.0.4758.102
- Framework: vue 2
```
### Any additional comments?
无
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
