diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 02:23:00 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 02:23:00 +0000 |
| commit | b4d03121426826be23eeae72bf6ff53efd111dc2 (patch) | |
| tree | c50b301517936f32b509f86db629123680f1cc64 /stats/pwc-summary.json | |
| parent | 9b6eb33a2212ec55e534b407a5d275032b1822a7 (diff) | |
| download | perlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.tar.gz perlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.tar.bz2 perlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.zip | |
- Added solution by David Santiago.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d4ac241d54..9fece190ac 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,17 +2,25 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-22 02:20:21 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ @@ -267,7 +275,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -320,7 +327,7 @@ 0, 1, 0, - 3, + 4, 0, 0, 0, @@ -514,7 +521,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -767,14 +775,6 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-22 02:01:43 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", |
