diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-12 16:44:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-12 16:44:48 +0100 |
| commit | a15699dd598835be081980508f54bfda2c1556fb (patch) | |
| tree | 184f92b245e4ad8ec1563c3ffc7de40f66788524 /stats/pwc-summary.json | |
| parent | eda46abac08f29633d4914a048233532d1aa80c9 (diff) | |
| download | perlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.tar.gz perlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.tar.bz2 perlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.zip | |
- Added solutions by Daniel Mantovani.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 715dd430c9..033c5c2642 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,22 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "data" : [ @@ -24,7 +37,7 @@ 0, 4, 1, - 24, + 26, 0, 2, 18, @@ -113,7 +126,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -217,7 +229,8 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" }, { "data" : [ @@ -327,6 +340,9 @@ "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -433,23 +449,7 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "subtitle" : { - "text" : "[Champions: 102] Last updated at 2019-07-12 14:55:55 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "text" : "[Champions: 102] Last updated at 2019-07-12 15:44:28 GMT" } } |
