jquery datatable to highcharts
问题 "Hi everyone. I was wondering how I could pass, dynamically, jquery datatable values to highcharts from the code below. Variables like xAxis and the 2 yAxis". I do have more than 3 columns I should say, but not included here. mySql feed data to php who returns value as json format for datatable. Surely Highcharts can use this info without calling mysql again. <thead> <tr> <th>Date</th> <th>Generated kW</th> <th>Efficiency %</th> </tr> </thead> <script type="text/javascript"> $(document).ready