From 8707ff5d06c614b806811949118a0102a91e7101 Mon Sep 17 00:00:00 2001 From: graphieros Date: Fri, 8 May 2026 17:26:23 +0200 Subject: [PATCH] fix: add missing config attr to keep zoom state --- app/components/Package/TrendsChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Package/TrendsChart.vue b/app/components/Package/TrendsChart.vue index f9ca4fb701..6499064a5a 100644 --- a/app/components/Package/TrendsChart.vue +++ b/app/components/Package/TrendsChart.vue @@ -1589,6 +1589,7 @@ const chartConfig = computed(() => { maxWidth: isMobile.value ? 350 : 500, highlightColor: colors.value.bgElevated, useResetSlot: true, + keepState: true, minimap: { show: true, lineColor: '#FAFAFA',