codeigniter-highcharts-library
codeigniter-highcharts-library copied to clipboard
enable datatables & Range Selector
How can I use a Range Selector (https://www.highcharts.com/docs/chart-concepts/range-selector) and how to enable datalabels in a bar chart
As here in js?
PlotOptions: { Column: { Stacking: 'normal', DataLabels: { Enabled: true, Color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'White' } } },
thank you!! Mauro