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

Y-axis renders different in deployment and local dev #597

Closed
mathiaspk opened this issue Apr 25, 2024 · 1 comment
Closed

Y-axis renders different in deployment and local dev #597

mathiaspk opened this issue Apr 25, 2024 · 1 comment

Comments

@mathiaspk
Copy link

I am having an issue with a multi series, multi axis chart, combined chart (bar, area and line).
There are really two issues, I do not know if they are related or not. However:

Issue 1:
The Y-axis is rendered correctly in local dev environment, but adds negative values in deployed version even though there are no negative values and they are both using the same data. I can not figure out why...

Local:
Screenshot 2024-04-25 at 15 48 02

Deployment:
Screenshot 2024-04-25 at 15 47 54

Issue 2:
When toggeling off the blue line series, which is used to calculate the left y-axis, something weird happens in the deployed version. I have set it to showAlways: true so that is can always be there as a reference and this works fine in local dev. However, in deployment it seems like the blue bars are bleeding out in the chart and the left y-axis also changes. I have no idea why.
I have re deployed it many times, double checked the deployed code, tried different browsers, cleaned the cache etc. Any ideas to why this might be happening? It is like it does not acknowledge the showAlways parameter in deployment..

Local:
Screenshot 2024-04-25 at 15 52 50

Deployment:
Screenshot 2024-04-25 at 15 53 00

Any ideas or suggestions? :)

@mathiaspk
Copy link
Author

Switched to HighCharts, which is bit more robust..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant