From d7c92832176f45bd6087e21391558802cdc47aac Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 7 Aug 2024 14:25:38 +0800 Subject: [PATCH] =?UTF-8?q?echarts=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4toolbox=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/echarts/MyEchart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/echarts/MyEchart.vue b/src/components/echarts/MyEchart.vue index 6951a601..1b0f1eb2 100644 --- a/src/components/echarts/MyEchart.vue +++ b/src/components/echarts/MyEchart.vue @@ -98,6 +98,7 @@ const initChart = () => { end: 100 } ], + toolbox:props.options?.toolbox||{}, color: props.options?.color || color, series: props.options?.series, ...props.options?.options