-
Notifications
You must be signed in to change notification settings - Fork 322
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
Incorrected calculate numeric scale #2970
Comments
While there's admittedly an issue, we might not be able to solve it soon. We might come back to this, but for now I suggest you do not use Should you need animations played on series, you can call |
Thank you for your suggestion.
Yes, I want animations, but When calculating the range, I think we need to add some logic around here to determine if the series is a stack. amcharts4/src/.internal/charts/axes/ValueAxis.ts Lines 1184 to 1189 in 9656bf6
|
Thank you for the effort. Unfortunately, we do not accept PR due to a number of reasons :( |
I understand, but I'm hoping that this issue will be resolved early, so is there any way I can contribute? |
If you manage to solve this, do a PR. While we won't be able to merge it (this repo is just for distribution, it's not actual dev repo), we might review what you did and whether it makes sense / is safe to include into main code base. |
Sorry for the delayed response. This issue was related to the part near the ValueAxis base and seemed to be difficult to solve. I hope this problem will be resolved someday... |
Bug description
ValueAxis incorrectly calculates the numeric scale if it contains more than three stacked ColumnSeries.
See jsfiddle https://jsfiddle.net/g23adn1t/ for more details.
(Click the "change" button.)
Environment
4.10.4
85.0.4183.121
81.0.1
85.0.564.68
The text was updated successfully, but these errors were encountered: