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
date | value |
---|---|
2023-02-28 | 4 |
2023-02-27 | 12 |
2023-02-25 | 9 |
2023-03-02 | 1 |
2023-03-10 | 4 |
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.
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.