diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:12:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:12:30 +0100 |
| commit | 3956fe5e6bc15feac6a409f86bbd89fbbe1b9e9e (patch) | |
| tree | c87d9a00fed61ba00a809d15ec5424e9e22f78cf /stats/pwc-summary.json | |
| parent | ad91764c82af5573dcb722c3ba2346983889e9c5 (diff) | |
| download | perlweeklychallenge-club-3956fe5e6bc15feac6a409f86bbd89fbbe1b9e9e.tar.gz perlweeklychallenge-club-3956fe5e6bc15feac6a409f86bbd89fbbe1b9e9e.tar.bz2 perlweeklychallenge-club-3956fe5e6bc15feac6a409f86bbd89fbbe1b9e9e.zip | |
- Added solutions by Scimon Proctor.
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 a20bbec783..d62b40711a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,21 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -238,8 +250,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -443,7 +454,7 @@ 0, 0, 0, - 110, + 111, 0, 0, 0, @@ -718,17 +729,6 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 233] Last updated at 2021-07-27 21:07:07 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -966,11 +966,11 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 233] Last updated at 2021-07-27 21:12:07 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", |
