Skip to content

Commit

Permalink
- Added solutions by Myoungjin Jeon.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jul 12, 2020
1 parent 7b11a2d commit b116940
Show file tree
Hide file tree
Showing 11 changed files with 1,229 additions and 1,225 deletions.
196 changes: 100 additions & 96 deletions stats/pwc-current.json

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions stats/pwc-language-breakdown-summary.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"chart" : {
"type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
"series" : [
{
"dataLabels" : {
"enabled" : "true",
"color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"rotation" : -90,
"y" : 10,
"format" : "{point.y:.0f}",
"align" : "right"
},
"data" : [
[
"Blog",
Expand All @@ -27,37 +24,40 @@
],
[
"Raku",
1805
1807
]
],
"dataLabels" : {
"format" : "{point.y:.0f}",
"y" : 10,
"align" : "right",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"color" : "#FFFFFF",
"rotation" : -90
},
"name" : "Contributions"
}
],
"subtitle" : {
"text" : "Last updated at 2020-07-12 18:40:46 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
"chart" : {
"type" : "column"
},
"legend" : {
"enabled" : "false"
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
"xAxis" : {
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
},
"type" : "category"
},
"subtitle" : {
"text" : "Last updated at 2020-07-12 22:43:35 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
}
}
Loading

0 comments on commit b116940

Please sign in to comment.