codeigniter-highcharts-library icon indicating copy to clipboard operation
codeigniter-highcharts-library copied to clipboard

enable datatables & Range Selector

Open prossino83 opened this issue 7 years ago • 0 comments

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

prossino83 avatar Jun 01 '17 23:06 prossino83