diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-31 22:01:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-31 22:01:26 +0100 |
| commit | a326331586bcedc7ed825bcd46a2ba9d48e39f4a (patch) | |
| tree | 69b691d5cc02f63db2e30d8d001c6aee3f3dc513 /stats/pwc-summary-1-30.json | |
| parent | 6547f5e61e3d1933d7eb0f630651c865393494f3 (diff) | |
| download | perlweeklychallenge-club-a326331586bcedc7ed825bcd46a2ba9d48e39f4a.tar.gz perlweeklychallenge-club-a326331586bcedc7ed825bcd46a2ba9d48e39f4a.tar.bz2 perlweeklychallenge-club-a326331586bcedc7ed825bcd46a2ba9d48e39f4a.zip | |
- Added solutions by Richard Park.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index d0e1513785..ac21f6ab21 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,14 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, @@ -109,24 +119,17 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-05-31 21:00:40 GMT" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-31 20:42:33 GMT" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -160,8 +163,5 @@ "Daniel Mita", "Darren Bottin" ] - }, - "chart" : { - "type" : "column" } } |
