Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
All the API methods that perform a query (ie API_DoQuery, API_GenResultsTable ...) return rectangularly arranged data (be it XML, CSV, JS Array). HighCharts requires grouped data to generate some type aggregated chart. Therefor you have to group / aggregate the raw data in JavaScript using something like _.groupBy() before building the HighChart options variable.