Loading escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/chartConfig.js +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ let simple = { }) return str } } }, color:['#D5050B','#0398E1'] } Loading escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/queueCount.vue +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ value: v })) const myChart = Chart.pie('#queue-pie', this.queueList, { title: '' }) myChart.echart.setOption(pie) myChart.echart.setOption(_.assign(_.cloneDeep(pie),{ color:['#D5050B','#0398E1'] })) } }, watch: { Loading Loading
escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/chartConfig.js +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ let simple = { }) return str } } }, color:['#D5050B','#0398E1'] } Loading
escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/queueCount.vue +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ value: v })) const myChart = Chart.pie('#queue-pie', this.queueList, { title: '' }) myChart.echart.setOption(pie) myChart.echart.setOption(_.assign(_.cloneDeep(pie),{ color:['#D5050B','#0398E1'] })) } }, watch: { Loading