diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 22:17:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 22:17:19 +0100 |
| commit | 1ed4200f27c95e70830bade3d3143320259ca9bb (patch) | |
| tree | fdc966d65c26d97bc1d3f7d484aa70159e8e1af3 /stats/pwc-summary.json | |
| parent | fc3b4ec4c844684573640a3e7456e1b6c79a178d (diff) | |
| download | perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.tar.gz perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.tar.bz2 perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b0ad0e84ae..018fe48f0e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,7 @@ { "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 }, "yAxis" : { "title" : { @@ -9,6 +9,9 @@ }, "min" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -128,12 +131,12 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 115] Last updated at 2019-09-29 21:16:50 GMT" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 115] Last updated at 2019-09-29 20:45:33 GMT" - }, "series" : [ { "data" : [ @@ -195,7 +198,7 @@ 0, 6, 11, - 52, + 54, 25, 1, 0, @@ -256,6 +259,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, @@ -315,7 +319,7 @@ 0, 0, 4, - 51, + 53, 0, 1, 0, @@ -372,8 +376,7 @@ 2, 14, 0 - ], - "name" : "Perl 6" + ] }, { "name" : "Blog", @@ -436,7 +439,7 @@ 0, 0, 0, - 56, + 57, 0, 0, 0, @@ -500,8 +503,5 @@ "column" : { "stacking" : "percent" } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } |
