From a349b89949630fa6cf56e0fcfa9555a2fef3f642 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Fri, 8 Jul 2022 15:43:48 +0800 Subject: [PATCH] hide axis pointer --- src/components/Graph.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index 838717f5..85638baa 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -80,6 +80,10 @@ onMounted(async () => { instance.dispatchAction({ type: "hideTip", }); + instance.dispatchAction({ + type: "updateAxisPointer", + currTrigger: "leave", + }); }, true );