예제 #1
0
파일: Table.php 프로젝트: php-yaoi/php-yaoi
 public function renderJson()
 {
     $this->seriesFill();
     $this->highCharts->renderJson();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->addOption('plotOptions', 'series', 'animation', false);
 }