Skip to content

Commit 3afd48a

Browse files
committed
feat: avoid animated sparkline
1 parent 60d6185 commit 3afd48a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/components/PackageDownloadStats.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ const config = computed(() => ({
2424
theme: 'dark', // enforced dark mode for now
2525
style: {
2626
backgroundColor: 'transparent',
27+
animation: {
28+
show: false,
29+
},
2730
area: {
2831
color: '#6A6A6A',
2932
useGradient: false,

0 commit comments

Comments
 (0)