コード例 #1
0
ファイル: chart_bar.php プロジェクト: alexandru-elisei/moodle
 /**
  * Set the defaults.
  */
 protected function set_defaults()
 {
     parent::set_defaults();
     $yaxis = $this->get_yaxis(0, true);
     $yaxis->set_min(0);
 }