discourse/app
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
..
assets FIX: prepare data before creating chart to avoid side effect (#16570) 2022-04-27 14:04:09 +02:00
controllers FIX: Correctly handle the print param on topics#show. (#16555) 2022-04-25 16:04:13 -03:00
helpers DEV: Allow Ember CLI assets to be used by development Rails app (#16511) 2022-04-21 16:26:34 +01:00
jobs DEV: Accept `force_respect_seen_recently` argument in UserEmail job (#16460) 2022-04-18 13:32:11 -05:00
mailers FEATURE: Site setting to cap the recipient list in notification emails 2022-04-21 10:43:13 +02:00
models DEV: Ensure theme tests are always loaded in a consistent order (#16569) 2022-04-26 17:05:57 +01:00
serializers FEATURE: Polymorphic bookmarks pt. 2 (lists, search) (#16335) 2022-04-22 08:23:42 +10:00
services FEATURE: Polymorphic bookmarks pt. 2 (lists, search) (#16335) 2022-04-22 08:23:42 +10:00
views DEV: Ensure ember-cli `rake theme:qunit` works with CSP enabled (#16541) 2022-04-22 16:59:45 +01:00