-
Notifications
You must be signed in to change notification settings - Fork 139
Wrong data on x-Axe. Missing last value. #883
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
Comments
Hello! Which version of SQLPage are you using? The latest versions included upgrades to apex charts, which fixed axis some axes tick computation errors. |
SQLPage v0.34.0 |
Hello Lovasoa,
Both graph selected: The graph = "year-2024" has data until 2025 but stops befor. Thanks |
@DiegoMartinaglia thank you very much for reporting this, and sorry for the delay. I can confirm the issue and I reported it upstream: apexcharts/apexcharts.js#5015 |
Uh oh!
There was an error while loading. Please reload this page.
Introduction
To Reproduce
When showing the following chart:
Actual behavior
The value 2025 is not shown on the x-Axe. Instead is shown the value of 2024 at the position where 2025 should be. I think there is some problem with the distribution over the x-Axis.
Screenshots
Expected behavior
The value 2025 should be shown and the value of 2024 should be befor.
Version information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: