diff --git a/app/components/Package/TrendsChart.vue b/app/components/Package/TrendsChart.vue index 2c842550f..58301fd7a 100644 --- a/app/components/Package/TrendsChart.vue +++ b/app/components/Package/TrendsChart.vue @@ -1575,6 +1575,7 @@ const chartConfig = computed(() => { zoom: { maxWidth: isMobile.value ? 350 : 500, highlightColor: colors.value.bgElevated, + useResetSlot: true, minimap: { show: true, lineColor: '#FAFAFA', @@ -1805,6 +1806,19 @@ watch(selectedMetric, value => { + + + + + +