From 78d2c0ee214d9afc4c0102f6fb27d25621cf952e Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 25 Mar 2024 18:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=BD=A9=E6=9F=B1=E7=8A=B6=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiEchart/template/bar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/AiEchart/template/bar.js b/components/AiEchart/template/bar.js index 9102d7ae..285d3dbf 100644 --- a/components/AiEchart/template/bar.js +++ b/components/AiEchart/template/bar.js @@ -278,7 +278,6 @@ export const barChart10 = { itemStyle: { borderRadius: 20, color(params) { - console.log(params) const color = ['#DBB36E', '#2C97E8', '#00EFFF', '#BFEAFF'][params.dataIndex] return { type: 'linear',