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 5b188de commit a8ec0a0Copy full SHA for a8ec0a0
1 file changed
app/components/Package/DownloadAnalytics.vue
@@ -314,13 +314,6 @@ const effectivePackageNames = computed<string[]>(() => {
314
return single ? [single] : []
315
})
316
317
-const xAxisLabel = computed(() => {
318
- if (!isMultiPackageMode.value) return props.packageName ?? ''
319
- const names = effectivePackageNames.value
320
- if (names.length === 1) return names[0]
321
- return 'packages'
322
-})
323
-
324
const selectedGranularity = shallowRef<ChartTimeGranularity>('weekly')
325
const displayedGranularity = shallowRef<ChartTimeGranularity>('weekly')
326
0 commit comments