diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 20:30:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 20:30:37 +0100 |
| commit | da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d (patch) | |
| tree | 568bbfa33326a2458bd782d7514839fcd0089da4 /stats/pwc-summary.json | |
| parent | c342fc7308a406bda684303ad3aff5dfec107801 (diff) | |
| download | perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.tar.gz perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.tar.bz2 perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8b877ba988..bd8071ab0c 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,12 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 104] Last updated at 2019-07-21 19:24:44 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 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -128,15 +115,13 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, - 32, + 35, 3, 0, 0, @@ -238,8 +223,7 @@ 1, 1, 20 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -354,7 +338,7 @@ "data" : [ 0, 0, - 16, + 17, 0, 0, 0, @@ -459,5 +443,21 @@ ], "name" : "Blog" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 104] Last updated at 2019-07-21 19:29:58 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + } } |
