-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
Axis labels disappears #11112
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected] . If you are interested in the project, you may also subscribe our mail list. Have a nice day! 🍵 |
It seems to be a bug. |
…t show again when resize. Fixed that. Fix #11112
…t show again when resize. Fixed that. Fix #11112
…t show again when resize. Fixed that. Fix #11112
Version
4.2.1
Reproduction link
https://echarts.apache.org/examples/en/editor.html?c=bar-negative
Steps to reproduce
Keep minimizing window vertically until some of the Y-axis labels will be hidden. Then maximize the window back. Previously hidden labels won't appear.
What is expected?
It is expected that labels non-overlapping behavior depends on window current size.
What is actually happening?
Axis labels visualization corresponds to the minimum window size even if the window is maximized back.
The same issue is for X-axis.
I'm concerned that axisLabel has an 'interval' option, which can be set to 0 and labels will be shown constantly. But this is not a solution and automatic behavior is required.
This behavior may be reproduced on almost every chart of https://echarts.apache.org/examples/en/
The text was updated successfully, but these errors were encountered: