Merge branch 'sprint/193_hufangzhou_fillColor' into 'master'

* Fill the color for histogram.

See merge request easycorp/zentaopms!3596
This commit is contained in:
王怡栋
2022-05-25 08:57:16 +00:00
@@ -216,6 +216,7 @@ for(var key in bugPriList)
var pri = {
label: priName,
color: currentColor,
fillColor: currentColor,
data: [bugStageGroups[key]['generated'], bugStageGroups[key]['legacy'], bugStageGroups[key]['resolved']]
}
priList.push(pri);