diff --git a/src/views/map/components/right_content.vue b/src/views/map/components/right_content.vue index e51b9b9..2e2ba6c 100644 --- a/src/views/map/components/right_content.vue +++ b/src/views/map/components/right_content.vue @@ -149,7 +149,7 @@ const fnInitEcharts2 = (data, runningStateList) => { })); myChart3 = echarts.init(document.getElementById("main3")); const option = { - color: ["#3d8bff", "#ff5252", "#54f313", "#f30404", "#a1a1a1", "#880909"], + color: ["#3d8bff", "#FFA500", "#54f313", "#FF4500", "#a1a1a1", "#880909"], legend: { orient: "horizontal", right: 0,