feat(plugins/stargazers): add worldmap (#1137) [skip ci]

This commit is contained in:
Simon Lecoq
2022-07-21 04:44:47 +02:00
committed by GitHub
parent 12372cbc84
commit 06e0550763
18 changed files with 31945 additions and 214 deletions

View File

@@ -860,10 +860,14 @@
//Stargazers
...(set.plugins.enabled.stargazers
? ({
__stargazers: {
worldmap: await staticPlaceholder(options["stargazers.worldmap"], "stargazers.worldmap.svg"),
},
get stargazers() {
const dates = []
let total = faker.datatype.number(1000)
const result = {
worldmap: this.__stargazers.worldmap,
total: {
dates: {},
get max() {

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.3 MiB