I am trying to create a dashboard from a csv string using google charts and chart.js. I need to modify and add to the dataset; things like category totals, averages, and team (grouped) totals and averages.
What would be the most efficient approach with the least amount of code? Should I convert the string to an array of objects, then work with that?
Also, how do I create charts in google charts and chart.js with json data?