diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
| commit | 208b75a7c1919f3c2e3c3098fcb532d71cccfe63 (patch) | |
| tree | b3156f8cd3939c27b85bb171b0597b6c0dbdb168 /stats/pwc-summary-61-90.json | |
| parent | 1b2a5e704c4f5afc159c51872b1dcab1e5186698 (diff) | |
| download | perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.gz perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.bz2 perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 8ee592706e..22dfb56e37 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,20 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "E. Choroba", @@ -33,24 +49,8 @@ "Jared Martin" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-07 09:14:31 GMT" + "text" : "[Champions: 30] Last updated at 2022-01-07 09:51:12 GMT" }, "plotOptions" : { "column" : { @@ -59,7 +59,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 284, 2, @@ -91,9 +90,11 @@ 0, 0, 26 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -125,8 +126,7 @@ 132, 4, 0 - ], - "name" : "Raku" + ] }, { "data" : [ |
