diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-12 20:21:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-12 20:21:56 +0100 |
| commit | 53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e (patch) | |
| tree | fd9358246567561ba3cea3cc41bc3774c9302785 /stats/pwc-summary.json | |
| parent | 33e6622fa1df9f5aac8f83e6e4ef48c9b9e461c4 (diff) | |
| download | perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.tar.gz perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.tar.bz2 perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.zip | |
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3bca5fc0d7..7a0269ec29 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,26 @@ { - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-12 19:13:21 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-12 19:21:45 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -89,7 +100,7 @@ 33, 4, 0, - 14, + 15, 1, 1, 1, @@ -192,8 +203,7 @@ 3, 38, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -382,6 +392,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -564,25 +575,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "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", |
