diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 22:27:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 22:27:33 +0100 |
| commit | 2fafe82161cf6e7cc92b56060dd92050cd684d96 (patch) | |
| tree | bebd5b6e7d092740c2d959a43b940d9adb5e4d52 /stats/pwc-summary.json | |
| parent | ae86fbb765f95ec51cb439272f5419b38d25df1a (diff) | |
| download | perlweeklychallenge-club-2fafe82161cf6e7cc92b56060dd92050cd684d96.tar.gz perlweeklychallenge-club-2fafe82161cf6e7cc92b56060dd92050cd684d96.tar.bz2 perlweeklychallenge-club-2fafe82161cf6e7cc92b56060dd92050cd684d96.zip | |
- Added solutions by Joan Mimosinnet.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6b989a9fbb..dc3e5c873a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,19 @@ { + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-15 21:26:51 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -238,16 +253,8 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-15 20:59:27 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -484,7 +491,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -582,7 +590,7 @@ 0, 1, 9, - 26, + 27, 0, 0, 33, @@ -727,6 +735,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -963,25 +972,16 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
