From 080be7a885db2777bca3b3b943faf6a7508968b0 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 8 May 2025 15:10:51 +0530 Subject: [PATCH] fix: tooltips for number cards on statistics page --- frontend/src/pages/Statistics.vue | 69 ++++++++++++++++++------------- 1 file changed, 40 insertions(+), 29 deletions(-) diff --git a/frontend/src/pages/Statistics.vue b/frontend/src/pages/Statistics.vue index 55dfee3d..74949515 100644 --- a/frontend/src/pages/Statistics.vue +++ b/frontend/src/pages/Statistics.vue @@ -7,35 +7,45 @@
- - - - - + + + + + + + + + + + + + + +
@@ -129,6 +139,7 @@ import { createResource, DonutChart, NumberChart, + Tooltip, usePageMeta, } from 'frappe-ui' import { computed } from 'vue'