Esempio n. 1
0
 public function __toJS($canvasID = null, $responsive = true, $width = 400, $height = 400)
 {
     return parent::toJS('Line', $canvasID, $responsive, $width, $height);
 }
Esempio n. 2
0
 public function __toJS($canvasID = null, $responsive = true, $width = Chart::DEFAULT_WIDTH, $height = Chart::DEFAULT_HEIGHT)
 {
     return parent::toJS('Bar', $canvasID, $responsive, $width, $height);
 }