We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b827a6 commit 6f22857Copy full SHA for 6f22857
app/components/Package/DownloadAnalytics.vue
@@ -603,14 +603,6 @@ const config = computed(() => {
603
},
604
zoom: {
605
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
- // },
614
highlightColor: colors.value.bgElevated,
615
minimap: {
616
show: true,
0 commit comments