Merge branch 'sprint/193_hufangzhou_fillColor' into 'master'
* Fill the color for histogram. See merge request easycorp/zentaopms!3596
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user