-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.4, 3.3.1, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-59790-master -
While working on MDLSITE-4399 I noticed a small bug in our charts API.
- Go to lib/tests/other/chartjstestpage.php
- Hover over coloured data in the pie or doughnut chart
- Expected: In the tooltip, there should be labels with the year displayed
- Actual: Only the value is displayed
I was trying to debug this shortly but did not find anything obvious that could cause this. When the chart type is changed to, say, bars, the labels are displayed correctly.
- Discovered while testing
-
MDLSITE-4399 Display plugin usage stats per Moodle version
- Resolved