diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-10 22:21:25 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-10 22:21:25 +0100 |
| commit | f5df80d22a7c1edafed4a079972ba422528451db (patch) | |
| tree | acc15a30a43c596b059c3bcd98758cbb8d70859c /stats/pwc-summary-181-210.json | |
| parent | c850f800089fcafa13d9d0addcc3bd6b5e2601bc (diff) | |
| download | perlweeklychallenge-club-f5df80d22a7c1edafed4a079972ba422528451db.tar.gz perlweeklychallenge-club-f5df80d22a7c1edafed4a079972ba422528451db.tar.bz2 perlweeklychallenge-club-f5df80d22a7c1edafed4a079972ba422528451db.zip | |
- Added solutions by Peter Meszaros.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 453c5b99b4..af6e3cb02a 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,9 +1,19 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-09-10 21:20:46 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 130, 2, @@ -35,8 +45,7 @@ 0, 0, 8 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -109,6 +118,14 @@ ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "xAxis" : { "categories" : [ "Matthias Muth", @@ -143,25 +160,8 @@ "Pablo Saavedra" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-10 16:08:44 GMT" - }, - "chart" : { - "type" : "column" } } |
