From 6b463f4e748c9e74f5c859815630a0734037312c Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Wed, 28 Jun 2023 16:21:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E8=BF=B7=E4=BD=A0?= =?UTF-8?q?=E9=9D=A2=E7=A7=AF=E5=9B=BE=E5=9B=BE=E5=BD=A2=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/PlotRender/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/PlotRender/index.vue b/data-room-ui/packages/PlotRender/index.vue index d1bad219..e1e0edff 100644 --- a/data-room-ui/packages/PlotRender/index.vue +++ b/data-room-ui/packages/PlotRender/index.vue @@ -134,7 +134,7 @@ export default { }) } }) - config.option = option + config.option = { ...config.option, ...option } return config }, dataFormatting (config, data) {