diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-06 08:57:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-06 08:57:55 +0100 |
| commit | b03e18fe3937b41eb42938ac8f2546d3b4586aab (patch) | |
| tree | 06921e6ae821d93f5cc260b41616b303916c115d /stats/pwc-master-stats.json | |
| parent | 214cf005a5e8771148c40a511115193b2c0dca17 (diff) | |
| download | perlweeklychallenge-club-b03e18fe3937b41eb42938ac8f2546d3b4586aab.tar.gz perlweeklychallenge-club-b03e18fe3937b41eb42938ac8f2546d3b4586aab.tar.bz2 perlweeklychallenge-club-b03e18fe3937b41eb42938ac8f2546d3b4586aab.zip | |
- Added solutions by Ozzy.
Diffstat (limited to 'stats/pwc-master-stats.json')
| -rw-r--r-- | stats/pwc-master-stats.json | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/stats/pwc-master-stats.json b/stats/pwc-master-stats.json index ad9ac1e8c7..1e1fd5e8cc 100644 --- a/stats/pwc-master-stats.json +++ b/stats/pwc-master-stats.json @@ -1,4 +1,19 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Abigail", @@ -80,73 +95,64 @@ "Yary H" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 77] Last updated at 2019-05-06 01:06:10 GMT" }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, - 10, + 12, 3, 0, 0, 0, - 2, - 10, + 3, + 12, 0, 0, - 4, - 10, + 5, + 12, 0, 0, 4, 1, - 6, + 7, 2, 1, 4, 0, - 8, - 2, + 10, + 4, 2, 0, 0, 2, 3, - 1, - 7, + 2, + 9, 0, 4, - 10, + 12, 10, 2, 2, 1, 0, 6, - 10, + 12, 7, 2, 4, - 8, + 9, 3, 10, - 10, + 12, 1, 0, 0, 4, - 4, + 6, 0, 3, 8, @@ -158,7 +164,7 @@ 4, 2, 2, - 8, + 10, 0, 6, 4, @@ -172,7 +178,8 @@ 5, 1, 1 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -208,21 +215,21 @@ 0, 0, 0, - 10, + 12, 8, 0, 1, 0, 1, 8, - 10, + 12, 0, 0, 0, 0, 0, 4, - 9, + 11, 1, 10, 2, @@ -233,22 +240,22 @@ 8, 4, 0, - 4, + 5, 0, 0, 0, 0, 6, - 8, + 10, 3, 0, - 10, + 11, 0, 2, 0, 0, 0, - 2, + 4, 0, 0, 0, @@ -257,17 +264,10 @@ "name" : "Perl 6" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 77] Last updated at 2019-04-28 18:34:51 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
