Need help with another example of datatables and highcharts integration
Need help with another example of datatables and highcharts integration
Noodles12
Posts: 113Questions: 41Answers: 2
I have the following datatable using highcharts. I searched the blog but couldn't locate any examples similar to this.
See the code here - http://live.datatables.net/nuyopuxe/1/edit
How can I create a highchart like this from datatable?
Answers
This is more a Highcharts question than a Datatables question. First you will need to learn how to create the data groups for Highcharts. For example, what does Highcharts expect the data to look like to breakout Data1 by the 4 years, Data2, etc. Likely you will then use
rows().every()
to loop through all the rows to create the necessary data structure.Kevin