@@ -133,7 +133,7 @@
}
var chartDom = document.getElementById('chart');
var myChart = echarts.init(chartDom);
- const colors = ['#0091ee','#ccc'];
+ const colors = ['#009688', '#ccc'];
var option = {
color: colors,
tooltip: {
@@ -139,7 +139,7 @@
- const colors = ['#0091ee', '#ccc'];