提交 d841cee0 编写于 作者: G gongzijian

首页统计颜色

上级 187a794c
......@@ -90,7 +90,8 @@ let simple = {
})
return str
}
}
},
color:['#D5050B','#0398E1']
}
......
......@@ -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: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册