Skip to content

Commit

Permalink
- Added solutions by Stephen G. Lynn.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jan 23, 2024
1 parent cb13cb5 commit 85ec742
Show file tree
Hide file tree
Showing 16 changed files with 1,794 additions and 1,775 deletions.
265 changes: 142 additions & 123 deletions stats/pwc-current.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions stats/pwc-language-breakdown-summary.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"legend" : {
"enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
"xAxis" : {
"labels" : {
"style" : {
Expand All @@ -20,44 +11,53 @@
},
"type" : "category"
},
"subtitle" : {
"text" : "Last updated at 2024-01-23 12:21:52 GMT"
"chart" : {
"type" : "column"
},
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
"align" : "right",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"color" : "#FFFFFF",
"format" : "{point.y:.0f}",
"rotation" : -90,
"y" : 10
},
"data" : [
[
"Blog",
4444
4445
],
[
"Perl",
13043
13045
],
[
"Raku",
7524
]
],
"dataLabels" : {
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
"format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"y" : 10,
"rotation" : -90
},
"name" : "Contributions"
]
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
"text" : "Last updated at 2024-01-23 13:24:16 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
]
}
}
Loading

0 comments on commit 85ec742

Please sign in to comment.