I need to create charts in my html page using Data from tables. Tables are already created using datatables and currently I am using highcharts to create charts from those tables.
The problem I am facing is as highcharts is creating chart for all the columns in the table. where as I want some columns to be disabled initially when the page is loaded. or best the chart should be created for only the for those columns where header contains some string.
I am open to change to any other plugin which gives highcharts like looks and hover capabilities.
Can someone please point me for the solution of this.
Thanks in advance!
Regards, Sourabh Jaiswal.