diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-04 17:09:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-04 17:09:52 +0000 |
| commit | 56e0be60844231b9160dcf264b56a21cc65ed8d2 (patch) | |
| tree | 9402ec531d20c3e20722cae026ea8771bf6dbc42 /stats/pwc-summary.json | |
| parent | 379869587e7722a2d15b43c46f581d9824450a7f (diff) | |
| download | perlweeklychallenge-club-56e0be60844231b9160dcf264b56a21cc65ed8d2.tar.gz perlweeklychallenge-club-56e0be60844231b9160dcf264b56a21cc65ed8d2.tar.bz2 perlweeklychallenge-club-56e0be60844231b9160dcf264b56a21cc65ed8d2.zip | |
- Added solution by Duane Powell.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 183f61f787..bcd3731f4b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,10 @@ { "subtitle" : { - "text" : "[Champions: 139] Last updated at 2019-12-04 11:38:39 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "text" : "[Champions: 139] Last updated at 2019-12-04 17:09:36 GMT" }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 0, @@ -42,7 +40,7 @@ 0, 0, 0, - 45, + 46, 62, 66, 2, @@ -147,10 +145,10 @@ 2, 30, 21 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -291,8 +289,7 @@ 2, 21, 0 - ], - "name" : "Perl 6" + ] }, { "name" : "Blog", @@ -439,21 +436,6 @@ ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" }, @@ -599,5 +581,23 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
