Skip to content
Merged
11 changes: 11 additions & 0 deletions app/components/PackageDownloadStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ const config = computed(() => ({
},
line: {
color: '#6A6A6A',
pulse: {
show: true,
loop: true, // runs only once if true
radius: 2,
color: '#8A8A8A',
easing: 'ease-in-out',
trail: {
show: true,
length: 6,
},
},
},
plot: {
radius: 6,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ufo": "^1.6.3",
"unplugin-vue-router": "^0.19.2",
"vue": "3.5.27",
"vue-data-ui": "^3.13.0"
"vue-data-ui": "^3.13.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.18",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.