diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-15 21:38:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-15 21:38:28 +0100 |
| commit | c61d4a488e56c01f5e77aae2fb4f7858e535ec1c (patch) | |
| tree | 225b88652b6db6c2e0e8cc014938673f98eed51d /stats/pwc-summary.json | |
| parent | 892c19c426f1a8f551811647497db9acb81ed9eb (diff) | |
| download | perlweeklychallenge-club-c61d4a488e56c01f5e77aae2fb4f7858e535ec1c.tar.gz perlweeklychallenge-club-c61d4a488e56c01f5e77aae2fb4f7858e535ec1c.tar.bz2 perlweeklychallenge-club-c61d4a488e56c01f5e77aae2fb4f7858e535ec1c.zip | |
- Updated chart stats.
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 94d9a1d50b..a6f6ff3e25 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-15 16:39:07 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Abigail", @@ -92,7 +77,6 @@ }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 6, @@ -129,7 +113,7 @@ 2, 1, 0, - 4, + 5, 4, 3, 2, @@ -166,9 +150,11 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -205,7 +191,7 @@ 1, 0, 1, - 4, + 6, 6, 0, 0, @@ -242,8 +228,7 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], "plotOptions" : { @@ -251,8 +236,23 @@ "stacking" : "percent" } }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-15 20:37:27 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
