Alan055 opened a new issue, #18090:
URL: https://github.com/apache/echarts/issues/18090
### Version
5.4.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
使用的是54.1的版本代码如下
option = {
angleAxis: {},
radiusAxis: {
type: 'category',
data: ['应收工程款', '甲1234', '甲方报量报出', '内部产值'],
z: 10,
axisLabel: {
hideOverlap: false,
showMaxLabel: true,
}
},
polar: {},
series: [
{
type: 'bar',
data: [8],
coordinateSystem: 'polar',
emphasis: {
focus: 'series'
}
},
{
type: 'bar',
data: [0, 8,],
coordinateSystem: 'polar',
emphasis: {
focus: 'series'
}
},
{
type: 'bar',
data: [0, 0, 8, 0],
coordinateSystem: 'polar',
emphasis: {
focus: 'series'
}
},
{
type: 'bar',
data: [0, 0, 0, 8],
coordinateSystem: 'polar',
emphasis: {
focus: 'series'
}
}
],
legend: {
show: true,
data: ['A', 'B', 'C']
}
};
**如下图所示,radiusAxis.data中的第二个坐标名称没有显示**

### 想问下如何才能在极坐标中展示所有的坐标name
### Current Behavior
radiusAxis.data中的第二个坐标名称没有显示
### Expected Behavior
能展示所有radiusAxis.data中的坐标名称
### 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]