From d708f0454ddb629a69eff5d30a9d6f51ea0a1901 Mon Sep 17 00:00:00 2001 From: lzc Date: Tue, 11 Mar 2025 16:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=A3=E7=82=B9=E5=9B=BE=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/mapSplashed.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sub-government-affairs-service/src/views/productOperateMain/home/components/mapSplashed.vue b/sub-government-affairs-service/src/views/productOperateMain/home/components/mapSplashed.vue index 318c8dd..85a1337 100644 --- a/sub-government-affairs-service/src/views/productOperateMain/home/components/mapSplashed.vue +++ b/sub-government-affairs-service/src/views/productOperateMain/home/components/mapSplashed.vue @@ -20,7 +20,7 @@ const initChart = () => { // 配置项 const option = { title: { - text: '耿马县地图散点图', + text: '', left: 'center', }, tooltip: { @@ -33,14 +33,14 @@ const initChart = () => { }, }, toolbox: { - show: true, + show: false, orient: 'vertical', left: 'right', top: 'center', feature: { - dataView: { readOnly: false }, - restore: {}, - saveAsImage: {}, + // dataView: { readOnly: false }, + // restore: {}, + // saveAsImage: {}, }, }, geo: { @@ -72,10 +72,10 @@ const initChart = () => { borderWidth: 1, // 设置镇边界的宽度 areaColor: 'transparent', // 设置背景透明,只显示边界 }, - emphasis: { - borderColor: '#fff', - borderWidth: 2, - }, + // emphasis: { + // borderColor: '#fff', + // borderWidth: 2, + // }, }, }, // 闪烁散点图系列 @@ -113,7 +113,7 @@ const initChart = () => { scale: 3, // 波纹缩放比例 brushType: 'stroke', // 波纹绘制方式:'stroke' 或 'fill' }, - hoverAnimation: true, + hoverAnimation: false, }, ], };