diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-05-17 11:04:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-05-17 11:04:14 +0100 |
| commit | 3feaed4e4c9428d1bfe3a8c501424cc79685e4d5 (patch) | |
| tree | e2c52a303a68ea2f1167b3b711ff8dbfaa05f690 /stats/pwc-summary-211-240.json | |
| parent | 6ef717acfb89bab3b62c0beebd56ff9883ca4f70 (diff) | |
| download | perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.tar.gz perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.tar.bz2 perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.zip | |
- Added solutions by Robert Ransbottom.
- Added solutions by Robbie Hatley.
- Added solutions by David Ferrone.
- Added solutions by Ali Moradi.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 0e6e631af2..7f92ef89de 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,19 +1,50 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-05-16 10:12:40 GMT" + "text" : "[Champions: 30] Last updated at 2024-05-17 09:59:38 GMT" + }, + "xAxis" : { + "categories" : [ + "Pavel Jurca", + "Pavel Kuptsov", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Peter Campbell Smith", + "Peter Mayr", + "Peter Meszaros", + "Peter Scott", + "Petr Roubicek", + "Philip Hood", + "Philippe Bricout", + "Philippe Bruhat", + "Phillip Harris", + "Phillip Hartfield Sr", + "Pip Stuart", + "PJ Durai", + "Plis Acm", + "PokGoPun", + "Prajith P", + "Princy Mangla", + "Rage311", + "Raghu R", + "Rakesh Kumar Shardiwal", + "Rakulius", + "Randy Lauen", + "Rawley Fowler", + "rcmlz", + "Reinier Maliepaard", + "RibTips" + ] }, "series" : [ { - "name" : "Perl", "data" : [ 3, 7, @@ -45,7 +76,8 @@ 0, 15, 6 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -83,7 +115,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 0, @@ -115,50 +146,19 @@ 0, 8, 0 - ] + ], + "name" : "Blog" } ], - "xAxis" : { - "categories" : [ - "Pavel Jurca", - "Pavel Kuptsov", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Peter Campbell Smith", - "Peter Mayr", - "Peter Meszaros", - "Peter Scott", - "Petr Roubicek", - "Philip Hood", - "Philippe Bricout", - "Philippe Bruhat", - "Phillip Harris", - "Phillip Hartfield Sr", - "Pip Stuart", - "PJ Durai", - "Plis Acm", - "PokGoPun", - "Prajith P", - "Princy Mangla", - "Rage311", - "Raghu R", - "Rakesh Kumar Shardiwal", - "Rakulius", - "Randy Lauen", - "Rawley Fowler", - "rcmlz", - "Reinier Maliepaard", - "RibTips" - ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "chart" : { |
