From c395724c71e3cedda87d07ec31906e6c6c105e52 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 24 Jun 2026 18:01:47 +0800 Subject: [PATCH] pref: improve show label button in chart display --- .../src/views/chat/answer/ChartAnswer.vue | 2 ++ .../src/views/chat/answer/PredictAnswer.vue | 2 ++ .../src/views/chat/chat-block/ChartBlock.vue | 26 +++++++++++++------ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/chat/answer/ChartAnswer.vue b/frontend/src/views/chat/answer/ChartAnswer.vue index 32c9fdd5..d0783ca3 100644 --- a/frontend/src/views/chat/answer/ChartAnswer.vue +++ b/frontend/src/views/chat/answer/ChartAnswer.vue @@ -259,6 +259,7 @@ function stop() { } const enableThousandsSeparatorList = ref>([]) +const showLabel = ref(false) onBeforeUnmount(() => { stop() @@ -276,6 +277,7 @@ defineExpose({ sendMessage, index: () => index.value, stop })