diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-01 18:20:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-01 18:20:14 +0100 |
| commit | f928ecbc422098766e862051ebd64ab45d45307e (patch) | |
| tree | 45b14f0644254210dc1585c877ae331f2b5a22e5 /stats/pwc-summary.json | |
| parent | caed1a04d4097d3230a574c934a24adc14294b0f (diff) | |
| download | perlweeklychallenge-club-f928ecbc422098766e862051ebd64ab45d45307e.tar.gz perlweeklychallenge-club-f928ecbc422098766e862051ebd64ab45d45307e.tar.bz2 perlweeklychallenge-club-f928ecbc422098766e862051ebd64ab45d45307e.zip | |
- Added solutions by Kian-Meng Ang.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 10b88b55c9..e9db35a983 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,10 @@ { "subtitle" : { - "text" : "[Champions: 112] Last updated at 2019-09-01 13:12:20 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "text" : "[Champions: 112] Last updated at 2019-09-01 17:18:50 GMT" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -69,7 +60,7 @@ 2, 2, 4, - 35, + 37, 0, 6, 10, @@ -127,8 +118,7 @@ 2, 9, 21 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -248,6 +238,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -361,21 +352,9 @@ 1, 2, 14 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -491,5 +470,26 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
