From b9326463c28eee5e0876371ae06e876f31bd3c19 Mon Sep 17 00:00:00 2001 From: ddlu Date: Sat, 28 Dec 2024 07:40:57 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/components/Echart/src/Echart.vue.?= =?UTF-8?q?=20echart=20=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BAmarkLine?= =?UTF-8?q?=E3=80=81markPoint=E3=80=81markArea=20=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E5=BB=B6=E5=90=8E=E5=88=B0=20vue=E6=98=BE=E7=A4=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E5=85=A5=E6=AD=A4=E4=B8=89=E8=A1=8C=EF=BC=8C?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E4=BC=9A=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ddlu --- src/components/Echart/src/Echart.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Echart/src/Echart.vue b/src/components/Echart/src/Echart.vue index fd3342dd..d8bacd19 100644 --- a/src/components/Echart/src/Echart.vue +++ b/src/components/Echart/src/Echart.vue @@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app' import { isString } from '@/utils/is' import { useDesign } from '@/hooks/web/useDesign' +import "echarts/lib/component/markPoint" +import "echarts/lib/component/markLine" +import "echarts/lib/component/markArea" + defineOptions({ name: 'EChart' }) const { getPrefixCls, variables } = useDesign()