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',