-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
Toolbox: Stack Mode (MagicType) not compatible with DataZoom #10193
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. Have a nice day! 🍵 |
Please provide an online demo at http://jsfiddle.net |
This issue is closed due to not being active. Please feel free to open it again (for the author) or create a new one and reference this (for others) if you have further questions. |
Hello, I ran into this problem as well. Here is the requested fiddle: http://jsfiddle.net/t51qgve2/1/ You can see the data overflowing the top of the Y-axis. If you comment out the dataZoom toolbox feature, if works ok again. Cheers |
Not fixed. |
Version
4.2.1
Steps to reproduce
If you have an active
toolbox.feature.magicType
(line, bar, stack and tiled) in your graph, then you cannot also have atoolbox.feature.dataZoom
, otherwise the 'Stack' mode will not work correctly.This is a minor bug, but needs to be fixed.
What is expected?
I expect the stack mode to work correctly (i.e. re-set the value axis labels to match the scale of the stacked bars).
What is actually happening?
Bug: The Stack mode overflows the given Y-Axis if there is a
toolbox.feature.dataZoom
, even ifshow
is set totrue
The text was updated successfully, but these errors were encountered: