diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 18:18:11 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 18:18:11 +0000 |
| commit | b5474536f7eecabfd21bf374ded06a5b8c08e4c0 (patch) | |
| tree | 0a816a975c381307f32b23845faa08c118ec1fe4 /stats/pwc-summary.json | |
| parent | 8101d7c528a77736bbffa16d259cf798a813ef97 (diff) | |
| download | perlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.tar.gz perlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.tar.bz2 perlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.zip | |
- Added solution by Phillip Harris.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c07b71388e..abec542fdc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 153] Last updated at 2020-03-09 18:15:09 GMT" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -176,12 +156,30 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -296,7 +294,7 @@ 8, 4, 2, - 3, + 4, 7, 7, 1, @@ -336,11 +334,9 @@ 2, 21, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 3, @@ -495,7 +491,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -655,5 +652,8 @@ ], "name" : "Blog" } - ] + ], + "subtitle" : { + "text" : "[Champions: 153] Last updated at 2020-03-09 18:17:56 GMT" + } } |
