diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 20:41:34 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 20:41:34 +0000 |
| commit | bd279cc88842b2b3d46ce276d4487c1482e5d7f0 (patch) | |
| tree | 33a1c171ba12289800b50f8be3ebf12273d00561 /stats/pwc-summary.json | |
| parent | d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b (diff) | |
| download | perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.tar.gz perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.tar.bz2 perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.zip | |
- Added Perl and Raku solutions to task 1 of week 150.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0b3a82103e..3aaf5280c3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,12 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -157,7 +165,7 @@ 0, 0, 1, - 69, + 70, 0, 20, 7, @@ -410,7 +418,7 @@ 1, 0, 0, - 46, + 47, 1, 20, 0, @@ -509,7 +517,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -760,9 +767,14 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -1016,26 +1028,14 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-03 20:37:36 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-03 09:30:20 GMT" + }, + "min" : 0 }, "chart" : { "type" : "column" |
