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 c8d7026 commit 6bba1b8Copy full SHA for 6bba1b8
app/components/Package/TrendsChart.vue
@@ -1994,7 +1994,7 @@ const isSparklineLayout = computed({
1994
1995
<!-- Custom legend for multiple series -->
1996
<template #legend="{ legend }">
1997
- <div class="flex gap-4 flex-wrap justify-center">
+ <div class="flex gap-x-6 gap-y-2 flex-wrap justify-center text-sm">
1998
<template v-if="isMultiPackageMode">
1999
<button
2000
v-for="datapoint in legend"
0 commit comments