Example #1
0
 public function renderJson()
 {
     $this->seriesFill();
     $this->highCharts->renderJson();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->addOption('plotOptions', 'series', 'animation', false);
 }