MDL-55108 core: Document the charting library

Part of MDL-54987 epic.
This commit is contained in:
Frederic Massart 2016-07-04 12:01:25 +08:00 committed by Dan Poltawski
parent 6ce35fe0e1
commit 601da0e693
17 changed files with 832 additions and 39 deletions

View file

@ -34,6 +34,9 @@ defined('MOODLE_INTERNAL') || die();
*/
class chart_bar extends chart_base {
/**
* Set the defaults.
*/
protected function set_defaults() {
parent::set_defaults();
$yaxis = $this->get_yaxis(0, true);