Skip to content

Commit

Permalink
- Added solutions by Flavio Poletti.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Sep 24, 2021
1 parent fc91444 commit 0180905
Show file tree
Hide file tree
Showing 13 changed files with 2,123 additions and 2,100 deletions.
329 changes: 176 additions & 153 deletions stats/pwc-current.json

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
"yAxis" : {
"title" : {
"text" : null
"xAxis" : {
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
},
"min" : 0
"type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"series" : [
{
"dataLabels" : {
"rotation" : -90,
"format" : "{point.y:.0f}",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"y" : 10,
"color" : "#FFFFFF",
"align" : "right"
},
"name" : "Contributions",
"data" : [
[
"Blog",
1889
1891
],
[
"Perl",
6238
6240
],
[
"Raku",
3830
3832
]
]
],
"dataLabels" : {
"color" : "#FFFFFF",
"format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"y" : 10,
"enabled" : "true",
"align" : "right",
"rotation" : -90
},
"name" : "Contributions"
}
],
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
}
"subtitle" : {
"text" : "Last updated at 2021-09-24 19:48:14 GMT"
},
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
"legend" : {
"enabled" : "false"
},
"subtitle" : {
"text" : "Last updated at 2021-09-23 23:12:38 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"chart" : {
"type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}
}

0 comments on commit 0180905

Please sign in to comment.