diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-28 01:53:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-28 01:53:59 +0100 |
| commit | 8d29325bba2ffe2efdbe4631f5b91b4939ced022 (patch) | |
| tree | d98db468f7cd928fb74415c2be1487a67a477a6f /stats/pwc-summary.json | |
| parent | ed4ffafed4f2692ef1e100781ce95085b3b9e1e4 (diff) | |
| download | perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.tar.gz perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.tar.bz2 perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.zip | |
- Added solutions by David Jacoby.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8e9e639723..b4d87e1b27 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -62,7 +54,7 @@ 6, 3, 31, - 152, + 153, 2, 0, 4, @@ -813,10 +805,6 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -1084,8 +1072,12 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-28 00:43:30 GMT" }, "yAxis" : { "min" : 0, @@ -1093,7 +1085,15 @@ "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-27 20:10:10 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" } } |
