From 410333ab3b8a275f2546b4e8c09e035474a548ff Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 7 Jul 2022 14:49:47 +0800 Subject: [PATCH] update dot --- src/views/dashboard/controls/Widget.vue | 1 - src/views/dashboard/graphs/Line.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/dashboard/controls/Widget.vue b/src/views/dashboard/controls/Widget.vue index 308cba3e..232bb128 100644 --- a/src/views/dashboard/controls/Widget.vue +++ b/src/views/dashboard/controls/Widget.vue @@ -163,7 +163,6 @@ export default defineComponent({ } } function clickHandle(params: EventParams | any) { - console.log(params); const { widgets } = getDashboard(dashboardStore.currentDashboard); const associate = (props.data.associate && props.data.associate) || []; diff --git a/src/views/dashboard/graphs/Line.vue b/src/views/dashboard/graphs/Line.vue index e84b026d..d05131a8 100644 --- a/src/views/dashboard/graphs/Line.vue +++ b/src/views/dashboard/graphs/Line.vue @@ -90,7 +90,7 @@ function getOption() { name: i, type: "line", symbol: "circle", - symbolSize: 6, + symbolSize: 8, showSymbol: props.config.showSymbol, step: props.config.step, smooth: props.config.smooth,