diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 09:32:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 09:32:40 +0100 |
| commit | 2ae010a110aa5329b3966acdb1a397fe3cde4921 (patch) | |
| tree | deac7bad831aadcac837cab4743f3b4bb5600b43 /stats/pwc-summary.json | |
| parent | 36968880d10099d539974498c9057412d5206684 (diff) | |
| download | perlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.tar.gz perlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.tar.bz2 perlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2422ddcdad..364b9a60f3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "data" : [ @@ -188,7 +176,7 @@ 1, 3, 0, - 31, + 32, 12, 9, 0, @@ -204,7 +192,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -380,7 +367,7 @@ 0, 0, 1, - 35, + 36, 0, 2, 0, @@ -392,7 +379,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -586,9 +574,25 @@ ] } ], + "subtitle" : { + "text" : "[Champions: 186] Last updated at 2020-09-09 08:32:04 GMT" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -779,13 +783,9 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 186] Last updated at 2020-09-09 07:59:02 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
