Commit 40a54471 authored by pburdette's avatar pburdette

Change success color

Change the color of successful
pipleines in pipeline charts.

Changelog: changed
parent 132a369d
...@@ -225,11 +225,21 @@ export default { ...@@ -225,11 +225,21 @@ export default {
{ {
name: 'success', name: 'success',
data: this.mergeLabelsAndValues(labels, success), data: this.mergeLabelsAndValues(labels, success),
areaStyle: {
color: this.$options.successColor,
},
lineStyle: {
color: this.$options.successColor,
},
itemStyle: {
color: this.$options.successColor,
},
}, },
], ],
}; };
}, },
}, },
successColor: '#608b2f',
chartContainerHeight: CHART_CONTAINER_HEIGHT, chartContainerHeight: CHART_CONTAINER_HEIGHT,
timesChartOptions: { timesChartOptions: {
height: INNER_CHART_HEIGHT, height: INNER_CHART_HEIGHT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment