diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-16 13:00:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-16 13:00:49 +0100 |
| commit | 729eb2125d8a5368747ea72301153a519120c2bc (patch) | |
| tree | cadb46d38c0304bed596c3c26e029ed98f945a85 /stats/pwc-summary.json | |
| parent | 70d4ae90d820f7b7db662e94aed60b01c815d1af (diff) | |
| download | perlweeklychallenge-club-729eb2125d8a5368747ea72301153a519120c2bc.tar.gz perlweeklychallenge-club-729eb2125d8a5368747ea72301153a519120c2bc.tar.bz2 perlweeklychallenge-club-729eb2125d8a5368747ea72301153a519120c2bc.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 c5e1852b13..2e4dcc36c7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,9 @@ { "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-16 10:56:20 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 72] Last updated at 2019-04-16 12:00:23 GMT" }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 6, @@ -31,7 +15,7 @@ 0, 0, 4, - 6, + 8, 0, 0, 4, @@ -93,7 +77,8 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -174,10 +159,14 @@ } ], "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -254,5 +243,16 @@ "Veesh Goldman", "William Gilmore" ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } |
