diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-17 16:55:20 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-17 16:55:20 +0100 |
| commit | eececdfafb67083fa0f4fa58b3300511e106f488 (patch) | |
| tree | 98073a0c19aeb356b4222730cd4de6d2a3821919 /stats/pwc-summary.json | |
| parent | 30d386e23a28783a738c07fa3c4d23874e833b20 (diff) | |
| download | perlweeklychallenge-club-eececdfafb67083fa0f4fa58b3300511e106f488.tar.gz perlweeklychallenge-club-eececdfafb67083fa0f4fa58b3300511e106f488.tar.bz2 perlweeklychallenge-club-eececdfafb67083fa0f4fa58b3300511e106f488.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2d589356cd..c049971a70 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 253] Last updated at 2022-04-17 11:42:34 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -20,7 +9,7 @@ 0, 85, 2, - 121, + 122, 2, 0, 1, @@ -267,10 +256,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -525,8 +514,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -536,7 +524,7 @@ 28, 60, 0, - 116, + 117, 0, 0, 0, @@ -787,9 +775,8 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -1051,6 +1038,19 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 253] Last updated at 2022-04-17 15:22:44 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" |
