diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 06:32:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 06:32:39 +0100 |
| commit | 3de8c82d33415b7fcf11174d9fbf0c23a783c802 (patch) | |
| tree | dd797e18780c9677f3c0ac7ec9c4e99738266346 /stats/pwc-summary.json | |
| parent | 2fde0c167d6f0027f376a864dd4ac3d8cc399149 (diff) | |
| download | perlweeklychallenge-club-3de8c82d33415b7fcf11174d9fbf0c23a783c802.tar.gz perlweeklychallenge-club-3de8c82d33415b7fcf11174d9fbf0c23a783c802.tar.bz2 perlweeklychallenge-club-3de8c82d33415b7fcf11174d9fbf0c23a783c802.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6bd93a3d52..f720ac148a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 194] Last updated at 2020-10-13 05:23:18 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -58,7 +49,7 @@ 0, 35, 69, - 77, + 78, 1, 4, 11, @@ -205,9 +196,11 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -403,8 +396,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -606,9 +598,19 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -808,16 +810,14 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 194] Last updated at 2020-10-13 05:32:25 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
