diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 23:28:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 23:28:58 +0000 |
| commit | 10943183774d5f491efc600a05a9fbda4e5cb8c2 (patch) | |
| tree | 5e7be5336486697374f3d2c3f431cab6b13c442b /stats/pwc-summary.json | |
| parent | d019b670be43cee86934dcf707dda5128923cadc (diff) | |
| download | perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.tar.gz perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.tar.bz2 perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.zip | |
- Added solution by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cf5f58525a..ffc899423b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -256,26 +256,9 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 253] Last updated at 2022-03-20 23:04:14 GMT" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -424,7 +407,7 @@ 0, 0, 2, - 35, + 36, 0, 2, 4, @@ -536,6 +519,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -790,11 +774,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1049,11 +1031,29 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 253] Last updated at 2022-03-20 23:27:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } |
