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 );