Skip to content

Commit 6f22857

Browse files
committed
chore: remove commented out code
1 parent 9b827a6 commit 6f22857

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/components/Package/DownloadAnalytics.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -603,14 +603,6 @@ const config = computed(() => {
603603
},
604604
zoom: {
605605
maxWidth: isMobile.value ? 350 : 500,
606-
// customFormat:
607-
// displayedGranularity.value !== 'weekly'
608-
// ? undefined
609-
// : ({ absoluteIndex, side }: { absoluteIndex: number; side: 'left' | 'right' }) => {
610-
// const parts = extractDates(chartData.value.dates[absoluteIndex] ?? '')
611-
// if (!parts) return ''
612-
// return side === 'left' ? parts[0] : parts[1]
613-
// },
614606
highlightColor: colors.value.bgElevated,
615607
minimap: {
616608
show: true,

0 commit comments

Comments
 (0)