This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/addon
Joffrey JAFFEUX 3e23bd4745
FIX: prepare data before creating chart to avoid side effect (#16570)
Before this change, we were using the labels from the original chartData to the chart builder, and we would then apply our collapse function on each dataset which could change the labels and cause a mismatch.

This was very visible when using quarterly periods on consolidated pageviews.
2022-04-27 14:04:09 +02:00
..
adapters REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
components FIX: prepare data before creating chart to avoid side effect (#16570) 2022-04-27 14:04:09 +02:00
controllers FIX: replaces discourseComputed by computed (#16530) 2022-04-21 21:56:08 +02:00
helpers DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
mixins FEATURE: Add new site setting list type with name and values (#16045) 2022-03-08 13:18:43 +02:00
models DEV: Replace deprecated String.prototype.substr() (#16233) 2022-04-01 17:35:17 +02:00
routes DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
services DEV: Avoid unnecessary site-settings:main lookups (#15006) 2021-11-18 17:11:59 +01:00
templates REFACTOR: admin-user-field-item (#16499) 2022-04-19 13:31:43 +02:00