diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-02 11:34:51 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-02 11:34:51 +0100 |
| commit | 08e116e40ba3cff85f73e507cbf7895e5ab9f755 (patch) | |
| tree | 120e91ea148a97e608570510d37c82931dda4480 /stats/pwc-summary.json | |
| parent | 78101acb4ac2981728ab318fae9b34b12618e452 (diff) | |
| download | perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.tar.gz perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.tar.bz2 perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.zip | |
- Added solutions by Dario Mazzeo.
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 4e3dfa582d..7bfc90dc2a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,15 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "title" : { "text" : "" @@ -6,17 +17,11 @@ "min" : 0 }, "subtitle" : { - "text" : "[Champions: 267] Last updated at 2022-09-02 10:12:17 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 267] Last updated at 2022-09-02 10:29:55 GMT" }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -289,11 +294,6 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -348,7 +348,7 @@ 26, 3, 1, - 7, + 8, 3, 32, 154, @@ -840,6 +840,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1108,8 +1109,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ] } |
