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.height & axisName.width & axisName.overflow & axisName.ellipsis config not working #17319

Open
RootJian opened this issue Jul 5, 2022 · 12 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@RootJian
Copy link

RootJian commented Jul 5, 2022

Version

5.3.3

Link to Minimal Reproduction

Bug Demo

Steps to Reproduce

axisName:{
width: 5,
// or break\breakAll
overflow:"truncate"
}

Current Behavior

not working

Expected Behavior

show ellipsis

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

axisName.height
axisName.width
axisName.overflow
axisName.ellipsis

Please check all the configuration in axisName, and there are more configuration items that don't take effect

@RootJian RootJian added the bug label Jul 5, 2022
@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 5, 2022
@JohnnyZhang0628
Copy link

I also have sample question

@giserzhou1
Copy link

我也遇到了

@RootJian
Copy link
Author

radar emphasis\blur itemStyle not working

@RootJian
Copy link
Author

@plainheart please help fix chartRadar bug, thx

@chaotan88
Copy link

+1

@pmadrigal95
Copy link

I have the same issue :(

@DiegoBurgos1999
Copy link

I have the same issue, pls help us

@ZhaoLiangchuan
Copy link

have the same issue, pls help us

1 similar comment
@Mingeax
Copy link

Mingeax commented Feb 20, 2023

have the same issue, pls help us

@a474516631
Copy link

I have the same problem and solved it by myself in this way, but I still hope to solve this problem through width and overflow
formatter: (value: string) => { const max = 5 return value.substring(0, max) + '\n' + value.substring(max) }

@liuxin2533
Copy link

have the same issue, pls help us+++++++

@heboliufengjie
Copy link

heboliufengjie commented Mar 31, 2024

image
image
image

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 pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests