コード例 #1
0
ファイル: Table.php プロジェクト: php-yaoi/php-yaoi
 public function renderJson()
 {
     $this->seriesFill();
     $this->highCharts->renderJson();
 }
コード例 #2
0
ファイル: HighCharts.php プロジェクト: phperf/pschart
 public function __construct()
 {
     parent::__construct();
     $this->addOption('plotOptions', 'series', 'animation', false);
 }