apache / apache/echarts

[Bug]invalid configuration of radiusAxis.axisLabel.inside and radiusAxis.axisTick.inside

Open
#17,434 3 comments 0 reactions 0 assignees View on GitHub
bug pending
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.