Beispiel #1
0
 public function __construct()
 {
     $this->title = t('Grid Chart');
     $this->description = t('Contains data in a bar or line chart.');
     parent::__construct();
 }
Beispiel #2
0
 public function __construct()
 {
     $this->title = t('Pie Chart');
     $this->description = t('Contains data in a pie chart.');
     parent::__construct();
 }