diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-01 19:01:25 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-01 19:01:25 +0100 |
| commit | 2575c978b5bad52dfeb99cf1df87542fa3df6078 (patch) | |
| tree | c7497235d5f7bc84d23c59a50209c61ca8e7ceb4 /stats/pwc-summary.json | |
| parent | a04d318e2d8dbaf47dbbf5a77592b57f077699e8 (diff) | |
| download | perlweeklychallenge-club-2575c978b5bad52dfeb99cf1df87542fa3df6078.tar.gz perlweeklychallenge-club-2575c978b5bad52dfeb99cf1df87542fa3df6078.tar.bz2 perlweeklychallenge-club-2575c978b5bad52dfeb99cf1df87542fa3df6078.zip | |
- Added solution by Simon Miner.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c6f63894f9..f00e963dfb 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 102] Last updated at 2019-07-01 18:00:43 GMT" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -88,6 +95,7 @@ "Sergio Iglesias", "Rakesh Kumar Shardiwal", "Shaun Pearce", + "Simon Miner", "Simon Proctor", "Simon Reinhardt", "Steve Rogerson", @@ -107,15 +115,23 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -204,6 +220,7 @@ 6, 2, 0, + 1, 4, 4, 3, @@ -218,8 +235,7 @@ 1, 1, 14 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -310,6 +326,7 @@ 0, 0, 0, + 0, 24, 0, 2, @@ -417,6 +434,7 @@ 0, 0, 0, + 0, 7, 0, 0, @@ -433,19 +451,5 @@ 6 ] } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 101] Last updated at 2019-07-01 17:54:19 GMT" - } + ] } |
