Exemplo n.º 1
0
 /**
  * Set the defaults.
  */
 protected function set_defaults()
 {
     parent::set_defaults();
     $yaxis = $this->get_yaxis(0, true);
     $yaxis->set_min(0);
 }