diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 01:16:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 01:16:21 +0100 |
| commit | 2d3f2e54496c4428acb51ecc33713a4b97d672bc (patch) | |
| tree | b53e911b1a7ccaf9e77b46f583e8032f3ded68da /stats/pwc-summary-61-90.json | |
| parent | 5a1db36c1102aafba1c2cb218eca96f9fc2bc88c (diff) | |
| download | perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.tar.gz perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.tar.bz2 perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 96027e01a6..8e31341938 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,6 +1,12 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "series" : [ { @@ -74,7 +80,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -106,23 +111,12 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-08-06 00:15:57 GMT" }, "xAxis" : { "categories" : [ @@ -158,10 +152,16 @@ "Shaun Pearce" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-08-05 18:19:12 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
