How to Create a Timeseries mixed and multi axis chart using chartjs? #10677
Unanswered
shraysalvi
asked this question in
Q&A
Replies: 1 comment
-
It seems like you haven`t added the date adapter, which is a crucial part of the. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to create a mixed chart having months and dates (time-series) both on the X axis, where months are represented by a bar chart and dates by a line chart in a single chart. I have a dataset in this format:
Now, the line chart is drawn simply by dates and their value but the bar chart has 12 bars representing each month and their value is the sum of all the values in that month from our dataset. We can create it using multiple axes, I tried it using xAxisID and yAxisID, unfortunately, yAxisID worked and xAxisID also work but the graph is not showing only the ticks, values and other things show.
I want this

but got this
Beta Was this translation helpful? Give feedback.
All reactions