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

Highcharts library for codeigniter

Results 9 codeigniter-highcharts-library issues
Sort by recently updated
recently updated
newest added

How I can display two Y Axes in one graph? I want to show something like this: http://www.highcharts.com/demo/combo-multi-axes

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:...

the way `function active_record` display chart with template (second chart) have a bug. I try to change the code like this : ``` function _data() { $data['users']['data'] = array(536564837, 0,...

Im sure template function have bugs. 1. this code make some error in template function : `$this->highcharts->set_serie_options(array('type' => 'spline'), 'Another description');` when i delete this line, template function is work.

I would like to create driilldown chart. Is it possible with this library?

Hello, i want to show the real time live data that fetched from db (My DB data is keep on inserting ) I have 5 table 't1,t2,t5,t4,t5' . This will...

how to use highchart's dataLabel formatter ? using following syntax I get two $ char before and at the end of the function: .. array = ('formatter' => "function() {...

In case you need to pass null values to generate non linear data rows, you can't since the class simply discards empty or null values. This is the fix for...