diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 18:39:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 18:39:03 +0100 |
| commit | 3e58d49a42a3288e79d19b3176425b7ccc2bfb9d (patch) | |
| tree | 5fe6ade807741609e28de849ed59a460f189c579 /stats/pwc-summary.json | |
| parent | df1c02585b1d18a91cf6958b38bfec70ea3aea72 (diff) | |
| download | perlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.tar.gz perlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.tar.bz2 perlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.zip | |
- Added solution by Yet Ebreo.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5df2d7d449..3401d2142e 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 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -125,22 +121,15 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "subtitle" : { - "text" : "[Champions: 118] Last updated at 2019-10-07 12:32:59 GMT" + "text" : "[Champions: 118] Last updated at 2019-10-07 17:38:42 GMT" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -262,7 +251,7 @@ 9, 1, 2, - 20, + 21, 21 ] }, @@ -390,6 +379,7 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -509,11 +499,21 @@ 1, 4, 14 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
