mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FIX: better legend labels for stacked-charts (#6914)
This commit is contained in:
@ -478,6 +478,7 @@ Report.reopenClass({
|
||||
report[filledField] = report[dataField].map(rep => {
|
||||
return {
|
||||
req: rep.req,
|
||||
label: rep.label,
|
||||
color: rep.color,
|
||||
data: fillMissingDates(
|
||||
JSON.parse(JSON.stringify(rep.data)),
|
||||
|
Reference in New Issue
Block a user