diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 09:22:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 09:22:49 +0100 |
| commit | d3555cbcb94591c037667d64c72ad06cc9dd127a (patch) | |
| tree | b4b07c7dd7c12b46b9275217c8e8f084ab15a707 /stats/pwc-summary.json | |
| parent | bd158646254dfffaf7fa6d42ca34f73195d66c83 (diff) | |
| download | perlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.tar.gz perlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.tar.bz2 perlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.zip | |
- Added solutions by Athanasius.
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 cc353dc16b..f98d779931 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { "data" : [ @@ -18,7 +14,7 @@ 0, 0, 5, - 35, + 37, 0, 0, 4, @@ -113,6 +109,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, @@ -126,7 +123,7 @@ 2, 29, 0, - 11, + 13, 0, 0, 0, @@ -217,8 +214,7 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] }, { "name" : "Blog", @@ -329,8 +325,29 @@ ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 103] Last updated at 2019-07-21 08:18:21 GMT" + "text" : "[Champions: 103] Last updated at 2019-07-21 08:22:11 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -438,22 +455,5 @@ "Yary H", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } |
