Hi
I've data in this format
"Admission _date" : "2020-01-28",
"id" : 78
when I visualize the data in this format I get results like this
X axis : admission date
Y axis : count of records
I want the months on x axis by adding same data
like this
How I can get results like this?



