diff --git a/app/components/Package/TimelineChart.vue b/app/components/Package/TimelineChart.vue index add40c8eeb..db081e3741 100644 --- a/app/components/Package/TimelineChart.vue +++ b/app/components/Package/TimelineChart.vue @@ -542,6 +542,7 @@ const config = computed(() => { legend: { show: false }, padding: { top: 32, + right: 56, }, title: { text: applyEllipsis(packageName.value, 32), @@ -588,7 +589,7 @@ const config = computed(() => { }, zoom: { show: settings.value.timelineChart.showZoom, - maxWidth: isMobile.value ? 350 : 500, + autoFit: true, highlightColor: colors.value.bgElevated, useResetSlot: true, keepState: true, @@ -1053,7 +1054,7 @@ const timelineMetricTabs = computed(() => [