I have JSON data like
{ "Name": "Name1", "TotalTickets": "1", "requestMonth": "1" }
- somewhat like
name count Month
a 1 1
b 2 2
c 1 3
- - -
- - 12
so on I want to plot it in a line graph, by x-axis as count y-axis as month like Jan, Feb. name like line how many counts in the month it should show in line how to do?