diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-17 17:05:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-17 17:05:21 +0100 |
| commit | f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7 (patch) | |
| tree | 4eb4292e8460f70de20b0b3c8c2c1a57dba23cb0 /stats/pwc-summary-211-240.json | |
| parent | 5fa861dfd989d45621bbaba13aace310ce915869 (diff) | |
| download | perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.tar.gz perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.tar.bz2 perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index bb88c66c83..aff08ee88e 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,13 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 82, 62, @@ -34,7 +27,8 @@ 3, 86, 21 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -67,6 +61,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 4, 0, @@ -93,22 +88,12 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 25] Last updated at 2021-08-17 11:32:05 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "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/>" }, "xAxis" : { "categories" : [ @@ -139,9 +124,24 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 25] Last updated at 2021-08-17 16:05:05 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
