echarts
echarts copied to clipboard
[Bug] 极坐标中radiusAxis.data中的坐标名称显示不全
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
- OS:
- Browser:
- Framework:
Any additional comments?
No response
I'm sorry to close this issue for it lacks the necessary title. Please provide a descriptive and as concise as possible title to describe your problems or requests and then the maintainers or I will reopen this issue.
Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.
@Alan055 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
[Bug] Coordinate names in radiusAxis.data in polar coordinates are incomplete
BODY
Version
5.4.1
Link to Minimal Reproduction
No response
Steps to Reproduce
The version code of 54.1 is used as follows
option = { angleAxis: {}, radiusAxis: { type: 'category', data: ['Project receivable', 'A 1234', 'Party A's report', 'Internal output value'], 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'] } };
As shown in the figure below, the second coordinate name in radiusAxis.data is not displayed

I would like to ask how to display all coordinates name in polar coordinates
Current Behavior
The second coordinate name in radiusAxis.data is not showing
Expected Behavior
Can display all coordinate names in radiusAxis.data
Environment
- OS:
-Browser:
- Framework:
Any additional comments?
No response
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!
