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