From ae0e4b02097595528a3436ea7645cfb0d229195d Mon Sep 17 00:00:00 2001 From: liangxu Date: Thu, 23 Apr 2026 15:25:52 +0800 Subject: [PATCH] feat(admin-web): make KOL dashboard trend chart responsive with tooltip Chart now adapts to container size via useElementSize and adds a hover tooltip with per-point overlay. Prevents grid/flex blowout with min-width and layers the SVG absolutely inside its wrapper. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/admin-web/src/views/KolDashboardView.vue | 146 +++++++++++++++--- 1 file changed, 124 insertions(+), 22 deletions(-) diff --git a/apps/admin-web/src/views/KolDashboardView.vue b/apps/admin-web/src/views/KolDashboardView.vue index c1e59cc..b4e05f6 100644 --- a/apps/admin-web/src/views/KolDashboardView.vue +++ b/apps/admin-web/src/views/KolDashboardView.vue @@ -1,7 +1,8 @@