From c42e12bcc0877678cf09438b7a6bfb9ccd7342fa Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 24 三月 2023 19:06:08 +0800 Subject: [PATCH] 转孔柱状图添加图例,官网一张图修改 --- src/views/Tools/queryinfo.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue index 456ce32..349ff1a 100644 --- a/src/views/Tools/queryinfo.vue +++ b/src/views/Tools/queryinfo.vue @@ -11,7 +11,10 @@ top="calc(100% - 470px) " > <div> - <div style="width:940px;height:400px;" v-drag> + <div + style="width:940px;height:400px;" + v-drag + > <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" /> <map-space-pop v-if="$store.state.mapPopBoxFlag == '2'" /> <pipe-line-analy v-if="$store.state.mapPopBoxFlag == '3'" /> @@ -120,6 +123,8 @@ ) window.histogramHandler = null } + + this.$store.state.histLenged = false; }, // 鎵撳紑寮圭獥 open(title, value, style = {}) { -- Gitblit v1.9.3