From 75db97b2e8678f3b1fe40e11cd564de1917167ac Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Thu, 17 Aug 2023 19:11:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90Channel=E5=92=8CEnerg?= =?UTF-8?q?y=E6=95=B0=E6=8D=AE=E7=9A=84=E5=88=87=E6=8D=A2=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E8=A7=A3=E5=86=B3=E7=B1=BB=E5=9E=8B=E4=B8=BAEnergy?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=88=B7=E9=80=89=E8=8C=83=E5=9B=B4=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=95=A3=E7=82=B9=E5=9B=BE=E5=9C=A8=E5=A4=A7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=8B=E7=9A=84=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Custom3DChart/index.vue | 4 +- .../components/BetaGammaSpectrumChart.vue | 6 +- .../components/BetaDetectorCalibration.vue | 2 +- .../components/SubOperators/QcFlags.vue | 2 +- src/views/spectrumAnalysis/gamma-analysis.vue | 269 ++++++++++++------ 5 files changed, 194 insertions(+), 89 deletions(-) diff --git a/src/components/Custom3DChart/index.vue b/src/components/Custom3DChart/index.vue index 811adea..bd4191e 100644 --- a/src/components/Custom3DChart/index.vue +++ b/src/components/Custom3DChart/index.vue @@ -5,8 +5,8 @@ import * as echarts from 'echarts' import 'echarts-gl' -const events = ['click'] -const zrEvents = ['mousemove', 'mousedown', 'mouseup'] +const events = ['click', 'brushEnd'] +const zrEvents = ['mousemove', 'mousedown', 'mouseup', 'click'] export default { props: { option: { diff --git a/src/views/spectrumAnalysis/components/BetaGammaSpectrumChart.vue b/src/views/spectrumAnalysis/components/BetaGammaSpectrumChart.vue index c183684..bb7f176 100644 --- a/src/views/spectrumAnalysis/components/BetaGammaSpectrumChart.vue +++ b/src/views/spectrumAnalysis/components/BetaGammaSpectrumChart.vue @@ -15,7 +15,7 @@
-