[Bug]invalid configuration of radiusAxis.axisLabel.inside and radiusAxis.axisTick.inside
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.3.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
配置如下
option = {
angleAxis: {
clockwise:false
},
radiusAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu'],
z: 10,
axisTick:{
inside:true,
},
axisLabel:{
inside:true
}
},
polar: {},
series: [
{
type: 'bar',
data: [1, 2, 3, 4],
coordinateSystem: 'polar',
name: 'A',
stack: 'a',
emphasis: {
focus: 'series'
}
}
],
};
### Current Behavior
标签(axisLabel)和刻度线(axisTick)没有朝内
### Expected Behavior
标签(axisLabel)和刻度线(axisTick)朝内
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.