From 8de6dd794d30e62f65b5bc62269d5d01994aac46 Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Mon, 16 Jun 2025 16:51:20 +0800 Subject: [PATCH] =?UTF-8?q?style(map):=20=E6=9B=B4=E6=96=B0=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=9C=B0=E5=9B=BE=E6=95=B0=E6=8D=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=9B=BE=E8=A1=A8=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将部分图表颜色从深红色改为橙色和深橙色 -优化了图表的视觉效果,提高了可读性 --- src/views/map/components/right_content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,