From 3212ea9a747b6933eaed798073945be73975e4c3 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 26 Sep 2024 16:01:47 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=87=E7=AD=BE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts index 113e51f7ce..1255f1a32f 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts @@ -573,7 +573,7 @@ export function getConditions(chart: Chart) { return res } -export function mappingColor(value, defaultColor, field, type, filedValueMap, rowData) { +export function mappingColor(value, defaultColor, field, type, filedValueMap?, rowData?) { let color for (let i = 0; i < field.conditions.length; i++) { let flag = false