Beispiel #1
0
 public function init()
 {
     parent::init();
     $this->widgetName = 'Chart report';
     $this->diyCategory = 'job';
     // Build data default chart
     $this->chartData = ['element' => 'morris-line-chart', 'data' => [], 'xkey' => 'x', 'ykeys' => [], 'labels' => [], 'hideHover' => 'auto', 'resize' => true, 'lineColors' => [], 'parseTime' => false];
 }
Beispiel #2
0
 public function init()
 {
     parent::init();
 }