diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:52:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:52:29 +0100 |
| commit | f6e75202dd723e9d474ec8aafe47b576adb99738 (patch) | |
| tree | f7ef9b24cd999ecbbe30c136e546bd6568fd0690 /stats/pwc-summary.json | |
| parent | 0eb97b0b906375c870ae1b84d59f348ac686beae (diff) | |
| download | perlweeklychallenge-club-f6e75202dd723e9d474ec8aafe47b576adb99738.tar.gz perlweeklychallenge-club-f6e75202dd723e9d474ec8aafe47b576adb99738.tar.bz2 perlweeklychallenge-club-f6e75202dd723e9d474ec8aafe47b576adb99738.zip | |
- Added solutions by Arne Sommer.
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 841c271c10..22f95c7e06 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "3ter", @@ -275,24 +266,32 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 23:39:43 GMT" + "text" : "[Champions: 263] Last updated at 2022-07-31 23:50:40 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -557,7 +556,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -580,7 +580,7 @@ 0, 0, 1, - 174, + 175, 0, 133, 0, @@ -849,7 +849,7 @@ 0, 0, 0, - 174, + 175, 0, 4, 0, |
