-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixing Incorrect GridLine Intervals in Chart X and Y Axes #4037
Comments
I've made some improvements to the ApexCharts configuration to enhance the X-axis representation in the chart:
These updates have resolved the issues and improved the chart's readability. Please feel free to review and provide feedback. |
@aaditya129 Indeed, tickPlacement Solved the issue. |
Description
The chart X interval and Y Interval GridLine is not correct
Steps to Reproduce
a. Series Data X value Starts with 4000 instead of 1
b. xaxis.min and xaxis.max is removed because having value as
"min": 4000, "max": 4349,
would not generate any chart at all.
Expected Behavior
The Grid Lines Should have been just like the Correct Graph
Actual Behavior
The Grid Lines are not correct.
Screenshots
Correct Screen Shot
Reproduction Link
The text was updated successfully, but these errors were encountered: