[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add a discrete pulse on the weekly downloads chart (#21)

authored by

Alec Lloyd Probert and committed by
GitHub
9aa5dc5a f1853cd9

+17 -6
+11
app/components/PackageDownloadStats.vue
··· 40 40 }, 41 41 line: { 42 42 color: '#6A6A6A', 43 + pulse: { 44 + show: true, 45 + loop: true, // runs only once if true 46 + radius: 2, 47 + color: '#8A8A8A', 48 + easing: 'ease-in-out', 49 + trail: { 50 + show: true, 51 + length: 6, 52 + }, 53 + }, 43 54 }, 44 55 plot: { 45 56 radius: 6,
+1 -1
package.json
··· 43 43 "ufo": "^1.6.3", 44 44 "unplugin-vue-router": "^0.19.2", 45 45 "vue": "3.5.27", 46 - "vue-data-ui": "^3.13.0" 46 + "vue-data-ui": "^3.13.2" 47 47 }, 48 48 "devDependencies": { 49 49 "@iconify-json/carbon": "^1.2.18",
+5 -5
pnpm-lock.yaml
··· 65 65 specifier: 3.5.27 66 66 version: 3.5.27(typescript@5.9.3) 67 67 vue-data-ui: 68 - specifier: ^3.13.0 69 - version: 3.13.0(vue@3.5.27(typescript@5.9.3)) 68 + specifier: ^3.13.2 69 + version: 3.13.2(vue@3.5.27(typescript@5.9.3)) 70 70 devDependencies: 71 71 '@iconify-json/carbon': 72 72 specifier: ^1.2.18 ··· 6768 6768 vue-component-type-helpers@2.2.12: 6769 6769 resolution: {integrity: sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw==} 6770 6770 6771 - vue-data-ui@3.13.0: 6772 - resolution: {integrity: sha512-N9IlA9knxsKEgyqZoWBA1pw3oIPJ+yBUYfndoygranAYmtW8YON7mQ9AzfYL12xEVPosLsM+EbRqEozgi4OQ3Q==} 6771 + vue-data-ui@3.13.2: 6772 + resolution: {integrity: sha512-7ChfXBjPNNiv7I9u9K+P3de3eu5BHnZdiJqK1XHWsBex17tr9wtm+RxIvgsn5Z3RQ/rFksWMImIb4XKkTeuxvw==} 6773 6773 peerDependencies: 6774 6774 jspdf: '>=3.0.1' 6775 6775 vue: '>=3.3.0' ··· 14510 14510 14511 14511 vue-component-type-helpers@2.2.12: {} 14512 14512 14513 - vue-data-ui@3.13.0(vue@3.5.27(typescript@5.9.3)): 14513 + vue-data-ui@3.13.2(vue@3.5.27(typescript@5.9.3)): 14514 14514 dependencies: 14515 14515 vue: 3.5.27(typescript@5.9.3) 14516 14516