diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 23:30:00 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 23:30:00 +0000 |
| commit | 5079125d1af7d04627cc88d09a3fe56c9d640af2 (patch) | |
| tree | e12956a3bcfaf39f3f723c16d335e50b23e2078b /stats/pwc-summary.json | |
| parent | 90c3a30158cadd073df9f761d68572009ba04b62 (diff) | |
| download | perlweeklychallenge-club-5079125d1af7d04627cc88d09a3fe56c9d640af2.tar.gz perlweeklychallenge-club-5079125d1af7d04627cc88d09a3fe56c9d640af2.tar.bz2 perlweeklychallenge-club-5079125d1af7d04627cc88d09a3fe56c9d640af2.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d39f93afcf..5d3033cf7f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,18 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-13 23:28:05 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -128,7 +139,7 @@ 16, 8, 11, - 145, + 146, 9, 1, 84, @@ -252,10 +263,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -382,7 +393,7 @@ 0, 2, 0, - 146, + 147, 0, 0, 0, @@ -506,7 +517,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -635,7 +647,7 @@ 12, 0, 0, - 146, + 147, 0, 0, 3, @@ -763,19 +775,6 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -1029,15 +1028,16 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-13 23:20:25 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
