diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-30 19:02:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-30 19:02:24 +0100 |
| commit | 735ae0344f801f952d5e72d86d64a79959b6e2e5 (patch) | |
| tree | 6b75496c4cf4c66946b9c9fe32ec4fdc7a9ff13e /stats/pwc-summary-61-90.json | |
| parent | 0e6069c11aed545c885707e07bfb0abe8ef4965e (diff) | |
| download | perlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.tar.gz perlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.tar.bz2 perlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.zip | |
- Added solutions by Steven Wilson.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 524e69af4e..a02fc990c0 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,28 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-30 18:00:28 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "Martin Barth", @@ -57,9 +33,19 @@ "Shaun Pearce" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 0, @@ -91,7 +77,8 @@ 6, 2, 0 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -163,5 +150,18 @@ 0 ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-30 18:02:14 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
