diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-24 21:12:30 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-24 21:12:30 +0000 |
| commit | bac75dac372ec9302702a9afaa6608fc02b35207 (patch) | |
| tree | 17ea890f86e405e5d1839d156b32bf7364cacc16 /stats/pwc-summary.json | |
| parent | 82a0002c9e5239704507a807e947c088a92e87b3 (diff) | |
| download | perlweeklychallenge-club-bac75dac372ec9302702a9afaa6608fc02b35207.tar.gz perlweeklychallenge-club-bac75dac372ec9302702a9afaa6608fc02b35207.tar.bz2 perlweeklychallenge-club-bac75dac372ec9302702a9afaa6608fc02b35207.zip | |
- Added solutions by Ulrich Rieke.
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 c14727fdf7..1dba5291fd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,23 +1,7 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 142] Last updated at 2020-01-24 20:43:37 GMT" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Leoltron", @@ -164,6 +148,14 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -446,7 +438,7 @@ 0, 0, 1, - 10, + 11, 2, 2, 0, @@ -460,7 +452,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -604,12 +595,21 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + "subtitle" : { + "text" : "[Champions: 142] Last updated at 2020-01-24 21:12:06 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } } } |
