diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:08:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:08:13 +0100 |
| commit | 7a9a5d591c2bc3d66f16f14b055ea8ea922b8930 (patch) | |
| tree | 2fa7cf2e24ffc3c0c81179336ca1f60c73a00764 /stats/pwc-summary.json | |
| parent | 2e7f90d0ea013451580354af546c840ba1e50afb (diff) | |
| download | perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.tar.gz perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.tar.bz2 perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.zip | |
- Added solutions by Daniel Mantovani.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7470b3bce4..8ca496e94a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,30 +1,12 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 93] Last updated at 2019-06-15 22:51:57 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -43,7 +25,7 @@ 0, 4, 1, - 16, + 18, 0, 2, 11, @@ -119,10 +101,10 @@ 1, 1, 10 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 4, 0, @@ -217,11 +199,9 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -316,9 +296,25 @@ 0, 0, 4 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 93] Last updated at 2019-06-15 23:07:19 GMT" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -415,5 +411,9 @@ "Yary H", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
