Skip to content

Commit 6bba1b8

Browse files
committed
fix: improve legend in compare downloads chart
1 parent c8d7026 commit 6bba1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ const isSparklineLayout = computed({
19941994

19951995
<!-- Custom legend for multiple series -->
19961996
<template #legend="{ legend }">
1997-
<div class="flex gap-4 flex-wrap justify-center">
1997+
<div class="flex gap-x-6 gap-y-2 flex-wrap justify-center text-sm">
19981998
<template v-if="isMultiPackageMode">
19991999
<button
20002000
v-for="datapoint in legend"

0 commit comments

Comments
 (0)