mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-55108 core: Document the charting library
Part of MDL-54987 epic.
This commit is contained in:
parent
6ce35fe0e1
commit
601da0e693
17 changed files with 832 additions and 39 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue