Marina Glancy
44aac31980
MDL-73424 general: specify return type where possible
2022-10-10 16:46:26 +02:00
Marina Glancy
41b93bd7e5
MDL-73424 general: Internal methods must have same type as parent
...
Otherwise the error is thrown in PHP8.1
2022-10-10 16:46:13 +02:00
Eloy Lafuente (stronk7)
a5c91474ee
MDL-71807 cleanup: Replace deprecated codingStandardsIgnore annotations
...
The PHP_CodeSniffer @codingStandardsIgnore annotations are deprecated
and, since version 3.x, the new // phpcs:ignore comments should be used
instead.
This commits just reviews all the uses in core, replacing them for
the better new candidate, or removing when no longer needed.
2022-03-08 10:48:53 +01:00
David Thompson
5bc86614a2
MDL-68477 libraries: support for Chart.js legend options.
2020-04-23 09:23:21 +08:00
Simey Lameze
7d17256a75
MDL-57194 core_charts: Allow colors to be overridden by setting
2016-12-01 14:44:00 +08:00
Dan Poltawski
7eb71011dd
MDL-54987 charts: fix method name to match coding style
2016-07-25 11:21:37 +01:00
Dan Poltawski
ce323331f1
MDL-54987 charts: fix style issues
2016-07-25 11:21:31 +01:00
Frederic Massart
cc8438d112
MDL-55146 core: Support custom labels on X axis
...
Note that this is still limited as the number of labels is locked
to the number of elements in the series.
Part of MDL-54987 epic.
2016-07-25 10:43:14 +01:00
Frederic Massart
2b01f9157a
MDL-55146 core: Support multiple axes in charts
...
Part of MDL-54987 epic.
2016-07-25 10:43:12 +01:00
Frederic Massart
601da0e693
MDL-55108 core: Document the charting library
...
Part of MDL-54987 epic.
2016-07-25 10:42:59 +01:00
Frederic Massart
826ade18f1
MDL-55030 core: Call class setter when creating a new axis
...
Part of MDL-54987 epic.
2016-07-25 10:42:39 +01:00
Frederic Massart
a6c6faefb7
MDL-55030 core: Support setting defaults in charts
...
Part of MDL-54987 epic.
2016-07-25 10:42:37 +01:00
Frederic Massart
f5474e65fc
MDL-55015 core: Add support for axis label in charts
...
Part of MDL-54987 epic.
2016-07-25 10:42:28 +01:00
Simey Lameze
858cbfdfd3
MDL-55013 core: add support for title
...
Part of MDL-54987 epic.
2016-07-25 10:42:19 +01:00
Frederic Massart
357ec2d584
MDL-54987 core: New charting API
2016-07-22 17:33:30 +08:00