Skip to content

Instantly share code, notes, and snippets.

@ronan-gloo
Created February 6, 2011 15:28
Show Gist options
  • Save ronan-gloo/813436 to your computer and use it in GitHub Desktop.
Save ronan-gloo/813436 to your computer and use it in GitHub Desktop.
$serie['data'] = array(
array('value 1', 20),
array('value 2', 45),
array('other 3', 60)
);
$this->highcharts->set_type('pie');
$this->highcharts->set_serie($serie);
$data['charts'] = $this->highcharts->render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment