diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-12-27 13:35:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-12-27 13:35:57 +0000 |
| commit | 99783e7acaa3e8d3ac1a8564c69fac08ba45b080 (patch) | |
| tree | 0f59d67140d1a899296359c23320b349d8cffc73 /stats/pwc-summary.json | |
| parent | 92ecd89aa4e88ab95c7b38c8d09b6f6a29856d7e (diff) | |
| download | perlweeklychallenge-club-99783e7acaa3e8d3ac1a8564c69fac08ba45b080.tar.gz perlweeklychallenge-club-99783e7acaa3e8d3ac1a8564c69fac08ba45b080.tar.bz2 perlweeklychallenge-club-99783e7acaa3e8d3ac1a8564c69fac08ba45b080.zip | |
- Added solutions by Feng Chang.
- Added blog post by Roger Bell_West.
- Added solutions by Mark Anderson.
- Added solutions by Thomas Kohler.
- Added solutions by David Ferrone.
- Added solutions by W. Luis Mochan.
- Added solutions by Carlos Oliveira.
- Added solutions by Robbie Hatley.
- Added solutions by Luca Ferrari.
- Added solutions by Stephen G. Lynn.
- Added solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2279fc30ee..f69bb04e1b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,7 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -291,20 +286,11 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "subtitle" : { - "text" : "[Champions: 279] Last updated at 2022-12-26 06:16:59 GMT" + "text" : "[Champions: 279] Last updated at 2022-12-27 13:32:16 GMT" }, "series" : [ { @@ -349,7 +335,7 @@ 1, 0, 15, - 2, + 3, 0, 145, 2, @@ -368,7 +354,7 @@ 3, 35, 169, - 4, + 5, 2, 0, 4, @@ -529,13 +515,13 @@ 0, 0, 0, + 4, 10, - 3, - 53, + 54, 1, 0, 1, - 181, + 182, 57, 43, 28, @@ -555,7 +541,7 @@ 2, 18, 1, - 29, + 30, 1, 4, 0, @@ -565,7 +551,7 @@ 2, 2, 1, - 4, + 5, 1, 7, 0, @@ -580,7 +566,7 @@ 12, 0, 2, - 106, + 107, 41, 97, 1, @@ -592,6 +578,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -666,7 +653,7 @@ 0, 0, 0, - 96, + 97, 2, 83, 18, @@ -695,7 +682,7 @@ 2, 5, 0, - 124, + 125, 2, 0, 7, @@ -739,13 +726,13 @@ 0, 0, 0, - 128, + 129, 7, 2, 0, 1, 0, - 145, + 146, 1, 27, 48, @@ -815,11 +802,11 @@ 10, 0, 0, - 41, + 42, 3, 44, 0, - 169, + 170, 57, 31, 0, @@ -839,7 +826,7 @@ 0, 0, 0, - 29, + 30, 0, 1, 0, @@ -872,11 +859,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1024,7 +1009,7 @@ 0, 0, 3, - 127, + 128, 0, 0, 0, @@ -1098,7 +1083,7 @@ 0, 13, 0, - 0, + 1, 0, 0, 0, @@ -1124,7 +1109,7 @@ 0, 0, 0, - 27, + 28, 0, 0, 0, @@ -1134,7 +1119,7 @@ 0, 0, 0, - 1, + 2, 0, 0, 0, @@ -1149,7 +1134,7 @@ 0, 0, 0, - 106, + 107, 17, 0, 0, @@ -1157,7 +1142,22 @@ 1, 5, 10 - ] + ], + "name" : "Blog" + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + } } |
