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-151-180.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-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 81e5763818..e968a0ccea 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,7 +1,9 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -37,14 +39,6 @@ "Peter Meszaros" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -82,6 +76,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 2, @@ -113,10 +108,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -148,15 +143,20 @@ 10, 0, 0 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-08 11:08:10 GMT" + "text" : "[Champions: 30] Last updated at 2022-02-08 20:11:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { "min" : 0, |
