diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-05-05 11:24:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-05-05 11:24:30 +0100 |
| commit | 6e497555f2cfedd04ffa44b5ab0ad13bd13d1df7 (patch) | |
| tree | ec06f1a6f1db16104ae9c26767a0aa7e3dc950c7 /stats/pwc-summary-181-210.json | |
| parent | fca710e33f9f55af0a163c95ad060a4d1c6e7be5 (diff) | |
| download | perlweeklychallenge-club-6e497555f2cfedd04ffa44b5ab0ad13bd13d1df7.tar.gz perlweeklychallenge-club-6e497555f2cfedd04ffa44b5ab0ad13bd13d1df7.tar.bz2 perlweeklychallenge-club-6e497555f2cfedd04ffa44b5ab0ad13bd13d1df7.zip | |
- Added solutions by Ali Moradi.
- Added solutions by Lubos Kolouch.
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index e3defd8053..72add91840 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,4 +1,22 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-05-05 10:21:41 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Nazareno Delucca", @@ -33,6 +51,12 @@ "Phillip Harris" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "data" : [ @@ -70,7 +94,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -102,7 +125,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -139,29 +163,5 @@ ], "name" : "Blog" } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-05-04 09:46:38 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - } + ] } |
