Santosh Sasupalli

Santosh Sasupalli

  • 1.5k
  • 181
  • 23.1k

Simple BarChart from JSON Data

Mar 30 2018 9:13 AM
[ { "categoryId": 1, "categoryName": "Performance", "excellent": 0, "good": 0, "average": 0, "poor": 0 },
{ "categoryId": 2, "categoryName": "Distribution", "excellent": 0, "good": 0, "average": 0, "poor": 0 },
{ "categoryId": 3, "categoryName": "Behaviour", "excellent": 0, "good": 0, "average": 0, "poor": 0 },
{ "categoryId": 4, "categoryName": "Punctuality", "excellent": 0, "good": 0, "average": 0, "poor": 0 }
]
 
i have this json now i want high charts(x-axis categoryname and y axis excellent,good,average,poor)

Answers (1)