Skip to content

Commit

Permalink
- Added solutions by Athanasius.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed May 10, 2020
1 parent e009708 commit eb90cc6
Show file tree
Hide file tree
Showing 11 changed files with 962 additions and 943 deletions.
213 changes: 116 additions & 97 deletions stats/pwc-current.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions stats/pwc-language-breakdown-summary.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"legend" : {
"enabled" : "false"
},
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
},
"type" : "category"
},
"subtitle" : {
"text" : "Last updated at 2020-05-10 10:11:21 GMT"
}
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
},
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
"subtitle" : {
"text" : "Last updated at 2020-05-10 14:13:49 GMT"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
"y" : 10,
"rotation" : -90,
"color" : "#FFFFFF",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"format" : "{point.y:.0f}",
"enabled" : "true",
"align" : "right"
},
"data" : [
[
"Blog",
673
],
[
"Perl",
2493
2495
],
[
"Raku",
1561
1563
]
],
"name" : "Contributions",
"dataLabels" : {
"color" : "#FFFFFF",
"rotation" : -90,
"y" : 10,
"align" : "right",
"format" : "{point.y:.0f}",
"enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
}
]
}
]
}
Loading

0 comments on commit eb90cc6

Please sign in to comment.