diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 23:36:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 23:36:58 +0000 |
| commit | 152af5a159cdbc09d7b40394dcfe0e2773a524ba (patch) | |
| tree | 3405c3d96bbe1bb584db4a099c1ab802a838ca3a /stats/pwc-summary.json | |
| parent | 5079125d1af7d04627cc88d09a3fe56c9d640af2 (diff) | |
| download | perlweeklychallenge-club-152af5a159cdbc09d7b40394dcfe0e2773a524ba.tar.gz perlweeklychallenge-club-152af5a159cdbc09d7b40394dcfe0e2773a524ba.tar.bz2 perlweeklychallenge-club-152af5a159cdbc09d7b40394dcfe0e2773a524ba.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5d3033cf7f..e9b8e45b08 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,17 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-13 23:28:05 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -53,7 +52,7 @@ 2, 0, 1, - 123, + 124, 2, 1, 50, @@ -263,8 +262,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -307,7 +305,7 @@ 0, 1, 0, - 91, + 92, 0, 0, 0, @@ -521,6 +519,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -771,10 +770,20 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1028,16 +1037,7 @@ "Yozen Hernandez" ] }, - "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]" + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-13 23:35:27 GMT" } } |
