From 2e65feb4759ed3b6f5d805b37b54bbf5f7ffd302 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Thu, 18 Jan 2024 14:51:06 +0530 Subject: [PATCH] chore: show loading while downloading chart --- frontend/src/query/ChartSection.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/frontend/src/query/ChartSection.vue b/frontend/src/query/ChartSection.vue index 9702fdb89..59bbf9147 100644 --- a/frontend/src/query/ChartSection.vue +++ b/frontend/src/query/ChartSection.vue @@ -1,10 +1,10 @@ @@ -100,7 +104,12 @@ function downloadChartImage() { :key="JSON.stringify(query.chart.doc)" />
-