Use dates as x-axis on columnchart #3213
Unanswered
janstieler
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.
-
Hi,
I don't understand how I can use dates on columncharts for the x-axis.
My data looks like
[{"fillColor":"#95C11F","id":"0","strokeColor":"#95C11F","x":"Category A","y":"10"},{"fillColor":"#CAA93E","id":"1","strokeColor":"#95C11F","x":"Category B","y":"18"},{"fillColor":"#2E99FA","id":"2","strokeColor":"#0660B4","x":"Category C","y":"13"}]}]
Its based on the a basic data chart because its testdata.
Can someone give me a hint?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions