lintu1 opened a new issue, #20867:
URL: https://github.com/apache/echarts/issues/20867
### Version
5.6.0
### Link to Minimal Reproduction
option = { tooltip: {}, angleAxis: { type: 'category',
startAngle:180, endAngle:360, // data: ['S1', 'S2', 'S3'] },
radiusAxis: {}, polar: { center: ['50%', '40%'], radius: [60, 170],
}, series: [ { type: 'bar', polarIndex: 0, data: [1, 2,
3], coordinateSystem: 'polar' } ] };
### Steps to Reproduce
option = {
tooltip: {},
angleAxis: {
type: 'category',
startAngle:180,
endAngle:360,
// data: ['S1', 'S2', 'S3']
},
radiusAxis: {},
polar: {
center: ['50%', '40%'],
radius: [60, 170],
},
series: [
{
type: 'bar',
polarIndex: 0,
data: [1, 2, 3],
coordinateSystem: 'polar'
}
]
};
### Current Behavior
同时配置polar的radius选项和angleAxis的startAngle、endAngle选项导致整个极坐标的endAngle失效,出现完整的极坐标系
### Expected Behavior
保留所设置的angleAxis的开始和结束,只是更改整个极坐标系的半径
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
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]