コード例 #1
0
ファイル: GridChart.php プロジェクト: 0svald/icingaweb2
 public function __construct()
 {
     $this->title = t('Grid Chart');
     $this->description = t('Contains data in a bar or line chart.');
     parent::__construct();
 }
コード例 #2
0
ファイル: PieChart.php プロジェクト: 0svald/icingaweb2
 public function __construct()
 {
     $this->title = t('Pie Chart');
     $this->description = t('Contains data in a pie chart.');
     parent::__construct();
 }