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 fb43c42 commit d17e00aCopy full SHA for d17e00a
1 file changed
app/components/Package/VersionDistribution.vue
@@ -94,7 +94,7 @@ const chartConfig = computed(() => {
94
color: pending.value ? colors.value.border : colors.value.fgSubtle,
95
axis: {
96
yLabel: 'Downloads',
97
- xLabel: '',
+ xLabel: props.packageName,
98
yLabelOffsetX: 12,
99
fontSize: isMobile.value ? 32 : 24,
100
},
0 commit comments