diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-09 15:13:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-09 15:13:08 +0100 |
| commit | a637207661896651e9280a63f6c123152bf88535 (patch) | |
| tree | a307404e0750ce51a9385dd1578c6d8d2a75557b /stats/pwc-summary.json | |
| parent | 72525362f0dabfa7b04b57b2c410e9421bc0e57b (diff) | |
| download | perlweeklychallenge-club-a637207661896651e9280a63f6c123152bf88535.tar.gz perlweeklychallenge-club-a637207661896651e9280a63f6c123152bf88535.tar.bz2 perlweeklychallenge-club-a637207661896651e9280a63f6c123152bf88535.zip | |
- Added solutions by Roger Bell West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d91d54b2e1..e603abb607 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,14 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -102,7 +101,7 @@ 9, 3, 2, - 22, + 24, 45, 0, 6, @@ -124,9 +123,11 @@ 2, 12, 21 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, @@ -241,8 +242,7 @@ 2, 9, 0 - ], - "name" : "Perl 6" + ] }, { "name" : "Blog", @@ -363,11 +363,11 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-09 11:03:21 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -486,14 +486,14 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-09 14:12:45 GMT" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
