From f502c4d656ac2c1ed91a5e65a6f731fe8505b3f0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 28 Jul 2021 13:42:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/map/map.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/chart/chart/map/map.js b/frontend/src/views/chart/chart/map/map.js index b95d9ae338..f6da490cea 100644 --- a/frontend/src/views/chart/chart/map/map.js +++ b/frontend/src/views/chart/chart/map/map.js @@ -1,4 +1,4 @@ -import { hexColorToRGBA } from '@/views/chart/chart/util' +// import { hexColorToRGBA } from '@/views/chart/chart/util' import { componentStyle } from '../common/common' export function baseMapOption(chart_option, chart) { @@ -44,10 +44,10 @@ export function baseMapOption(chart_option, chart) { value: valueArr[i] } // color - y.itemStyle = { - color: hexColorToRGBA(customAttr.color.colors[i % 9], customAttr.color.alpha), - borderRadius: 0 - } + // y.itemStyle = { + // color: hexColorToRGBA(customAttr.color.colors[i % 9], customAttr.color.alpha), + // borderRadius: 0 + // } chart_option.series[0].data.push(y) } }