From a2191824c019f16d500c9d051d455df88400c821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Tue, 25 Apr 2023 19:04:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/bi/bi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/bi/bi.vue b/src/page/bi/bi.vue index 25cc121..715a925 100644 --- a/src/page/bi/bi.vue +++ b/src/page/bi/bi.vue @@ -1132,7 +1132,7 @@ export default { "#DF7323", "#2ED1EE", ]; - return colorList[colors.dataIndex]; + return colorList[colors.dataIndex%6]; }, }, },