Need help with another example of datatables and highcharts integration

Need help with another example of datatables and highcharts integration

Noodles12Noodles12 Posts: 110Questions: 40Answers: 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

  • kthorngrenkthorngren Posts: 20,938Questions: 26Answers: 4,875

    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

Sign In or Register to comment.