Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] radar.axisName.width Setting is invalid #17414

Open
liuhaosheng opened this issue Jul 21, 2022 · 12 comments
Open

[Bug] radar.axisName.width Setting is invalid #17414

liuhaosheng opened this issue Jul 21, 2022 · 12 comments
Labels
bug en This issue is in English topic: radar
Milestone

Comments

@liuhaosheng
Copy link

liuhaosheng commented Jul 21, 2022

Version

5.3.0

Link to Minimal Reproduction

No response

Steps to Reproduce

option = {
title: {
text: 'Basic Radar Chart'
},
legend: {
data: ['Allocated Budget', 'Actual Spending']
},
radar: {
// shape: 'circle',
indicator: [
{ name: 'Administration', max: 6500 },
{ name: 'Administration', max: 16000 },
{ name: 'Information Technology', max: 30000 },
{ name: 'Customer Support', max: 38000 },
{ name: 'Development', max: 52000 },
{ name: 'Marketing', max: 25000 }
],
axisName: {
color: "red",
width: 10,
overflow: "truncate",
},
},
series: [
{
name: 'Budget vs spending',
type: 'radar',
data: [
{
value: [4200, 3000, 20000, 35000, 50000, 18000],
name: 'Allocated Budget'
},
{
value: [5000, 14000, 28000, 26000, 42000, 21000],
name: 'Actual Spending'
}
]
}
]
};

Current Behavior

axisName 设置 width: 10, 和 overflow: "truncate", 完全不起作用

Expected Behavior

axisName 设置 width: 10, 和 overflow: "truncate", 应该超出部分默认显示 ...

Environment

- OS: intel i7
- Browser: 103.0.5060.114
- Framework: vue@2

Any additional comments?

No response

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Jul 21, 2022
@easonyes
Copy link

+1

3 similar comments
@JohnnyZhang0628
Copy link

+1

@chaotan88
Copy link

+1

@JinLC1998
Copy link

+1

@plainheart plainheart added topic: radar and removed pending We are not sure about whether this is a bug/new feature. labels Sep 25, 2022
@plainheart plainheart added this to the TBD milestone Sep 25, 2022
@DiegoBurgos1999
Copy link

+2

@DiegoBurgos1999
Copy link

Any have a alternative?

@kkai24
Copy link

kkai24 commented Jan 13, 2023

+10086, i have a this probleam.

@Mingeax
Copy link

Mingeax commented Feb 20, 2023

+Number.MAX_VALUE

@lzpone7
Copy link

lzpone7 commented Jun 29, 2023

+1

@liuxin2533
Copy link

+1,the same probleam in v5.4.3

@liuyy2019
Copy link

+1

1 similar comment
@Emmanuel-Nativel
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English topic: radar
Projects
None yet
Development

No branches or pull requests