diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-29 13:48:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-29 13:48:08 +0100 |
| commit | 4e0418c9b179d732585ac7da3bccf66ff8550cc7 (patch) | |
| tree | b465489749f094c44003579e197ad78139ca3d1c /stats/pwc-summary.json | |
| parent | 7aeae3af6a534a52d43a699b22ed73c2552ff1ff (diff) | |
| download | perlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.tar.gz perlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.tar.bz2 perlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.zip | |
- Added solution by Scimon Proctor.
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 28fe892190..4c06f3183b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,17 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "name" : "Perl", @@ -316,7 +303,7 @@ 5, 0, 0, - 55, + 56, 0, 0, 0, @@ -509,6 +496,22 @@ "name" : "Blog" } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -673,15 +676,12 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 160] Last updated at 2020-04-29 12:45:50 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 160] Last updated at 2020-04-29 12:20:36 GMT" - }, - "chart" : { - "type" : "column" } } |
