FIX: better legend labels for stacked-charts (#6914)

This commit is contained in:
Joffrey JAFFEUX
2019-01-21 17:10:10 +01:00
committed by GitHub
parent a9edcb2e10
commit 3e1e9fce7e
5 changed files with 13 additions and 2 deletions

View File

@ -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)),