reverse "datetime" line chart, is it possible" #4714
Unanswered
PiotrSwedrowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have question how can I flip the "datetime" x-axis, so that I will have the same gra
ph, but just inverted dates (descending) within given min and max and "y" values will change accordintgly?
Is that possible in apexcharts?
I was able to flip the chart by changing the x-axis to "category" and adding tickPlacement: "between" to options, but then if I have static bar above the chart(and for chart I am not using x-axis lables), like in the screenshot below

then I have not accurate alignment times of values with date bar, which I am able to do using "datetime".
If flip for the the "datetime" x-axis is impossible, then maybe how can I align the chart with my dates bar using "category" for x-axis?
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions