diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-08 20:15:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-08 20:15:16 +0000 |
| commit | 2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6 (patch) | |
| tree | 53dad7128e7c11a2423f7edaeb988f9f5889c220 /stats/pwc-summary-211-240.json | |
| parent | 9e8211950a93c9370824c4cd25092d2c72cef692 (diff) | |
| download | perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.tar.gz perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.tar.bz2 perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index bf8b0f309f..4f9d9fffd1 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Shahed Nooshmand", @@ -38,27 +33,9 @@ "Vinod Kumar Pal" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-08 11:08:10 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 2, @@ -90,11 +67,9 @@ 17, 15, 0 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 46, 0, @@ -126,10 +101,10 @@ 2, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 23, 0, @@ -161,7 +136,32 @@ 3, 0, 0 - ] + ], + "name" : "Blog" + } + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-02-08 20:11:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
