diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 17:14:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 17:14:49 +0100 |
| commit | 01447959077bb5f52ea45c09e24db6dac83106df (patch) | |
| tree | 1dcbe7cc75fe933286d0ab3ddfbf6ec0f70ca6be /stats/pwc-summary.json | |
| parent | 799ee42402189be29746e7481cd78418406820d1 (diff) | |
| download | perlweeklychallenge-club-01447959077bb5f52ea45c09e24db6dac83106df.tar.gz perlweeklychallenge-club-01447959077bb5f52ea45c09e24db6dac83106df.tar.bz2 perlweeklychallenge-club-01447959077bb5f52ea45c09e24db6dac83106df.zip | |
- Added solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5f142f4e15..1dd0720544 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -273,18 +279,16 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -503,7 +507,7 @@ 0, 1, 1, - 41, + 42, 1, 0, 1, @@ -556,11 +560,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -779,7 +781,7 @@ 10, 0, 0, - 28, + 29, 3, 31, 0, @@ -832,10 +834,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1107,21 +1109,19 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-26 15:30:15 GMT" + "text" : "[Champions: 270] Last updated at 2022-09-26 16:13:15 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
