diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-14 04:25:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-14 04:25:12 +0000 |
| commit | aa79ef0535edd05f20653e971f784cf71f679389 (patch) | |
| tree | 67af76f4d3063a9b98cdc4ffb5f013947e3c8d4f /stats/pwc-summary.json | |
| parent | 65ae7f5a15578c0d77795d8889a27f9fbd549048 (diff) | |
| download | perlweeklychallenge-club-aa79ef0535edd05f20653e971f784cf71f679389.tar.gz perlweeklychallenge-club-aa79ef0535edd05f20653e971f784cf71f679389.tar.bz2 perlweeklychallenge-club-aa79ef0535edd05f20653e971f784cf71f679389.zip | |
- Added solutions by Nuno Vieira.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 42f6b1cdef..6754408b99 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,20 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "subtitle" : { - "text" : "[Champions: 200] Last updated at 2020-11-14 04:21:06 GMT" + "text" : "[Champions: 200] Last updated at 2020-11-14 04:24:52 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -151,7 +144,7 @@ 25, 1, 0, - 12, + 13, 1, 0, 0, @@ -223,10 +216,10 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -428,10 +421,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -633,13 +626,17 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "3ter", @@ -843,5 +840,8 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "chart" : { + "type" : "column" } } |
