diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
| commit | 8e636793c1908acec84d967d1bd858ca75948bbf (patch) | |
| tree | c029147911db852006535cc8f10fc42d5ba0116c /stats/pwc-summary-61-90.json | |
| parent | f7fe25dd426b18b36dba4104da030e8062dae00b (diff) | |
| download | perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.gz perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.bz2 perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index c01aa8a532..e921a1f99b 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,27 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-05 16:07:53 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 300, 324, @@ -29,7 +9,7 @@ 8, 23, 0, - 180, + 182, 0, 2, 3, @@ -53,10 +33,10 @@ 1, 0, 198 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -64,7 +44,7 @@ 0, 148, 4, - 108, + 110, 39, 0, 0, @@ -88,8 +68,7 @@ 0, 3, 10 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -99,7 +78,7 @@ 0, 0, 0, - 180, + 182, 9, 0, 0, @@ -127,6 +106,24 @@ "name" : "Blog" } ], + "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 2022-06-05 16:55:57 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "Duncan C. White", @@ -163,5 +160,8 @@ }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" } } |
