diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-16 11:57:02 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-16 11:57:02 +0100 |
| commit | 3f977e3d3b88ca2fbae9d703b595084482227c5e (patch) | |
| tree | 6935af6aaa2102158685d3945ea14975497412a4 /stats/pwc-summary.json | |
| parent | 69fea1b185a10740c12ff1603efcb81e160d4ccf (diff) | |
| download | perlweeklychallenge-club-3f977e3d3b88ca2fbae9d703b595084482227c5e.tar.gz perlweeklychallenge-club-3f977e3d3b88ca2fbae9d703b595084482227c5e.tar.bz2 perlweeklychallenge-club-3f977e3d3b88ca2fbae9d703b595084482227c5e.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 e14ef25880..c5e1852b13 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,22 @@ { + "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" + } + }, "series" : [ { "name" : "Perl 5", @@ -38,7 +56,7 @@ 2, 1, 0, - 5, + 6, 4, 5, 2, @@ -78,6 +96,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -151,25 +170,9 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-15 22:57:47 GMT" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { @@ -251,8 +254,5 @@ "Veesh Goldman", "William Gilmore" ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } |
