How to Create a Timeseries mixed chart using chartjs?

Issue

This Content is from Stack Overflow. Question asked by shraysalvi

I want to create a mixed chart having months and days on the X axis.
suppose the dataset is like

datevalue
2023-02-284
2023-02-2712
2023-02-259
2023-03-021
2023-03-104

Now I want to create a line chart for the date and a bar chart for the months the value for dates is given in the dataset but the value for the month is some of all values of that month.

I want chart something like thisenter image description here



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?