diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-22 20:09:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-22 20:09:58 +0100 |
| commit | abb5544c83f41c4467c24e2b85f6510d48629233 (patch) | |
| tree | 4aa8637f5866157b7e840b8827f18e7c6c19b2fc /stats/pwc-summary.json | |
| parent | bd1be1cc63da4986d98339868ccd9390b2f3e314 (diff) | |
| download | perlweeklychallenge-club-abb5544c83f41c4467c24e2b85f6510d48629233.tar.gz perlweeklychallenge-club-abb5544c83f41c4467c24e2b85f6510d48629233.tar.bz2 perlweeklychallenge-club-abb5544c83f41c4467c24e2b85f6510d48629233.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0e6feb60bc..f083cdb627 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,20 @@ { + "subtitle" : { + "text" : "[Champions: 236] Last updated at 2021-08-22 19:09:35 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 236] Last updated at 2021-08-22 19:07:27 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -71,7 +75,7 @@ 0, 42, 112, - 121, + 122, 1, 4, 11, @@ -248,8 +252,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -493,6 +496,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -730,24 +734,15 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -987,5 +982,10 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
