diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-01 16:27:47 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-01 16:27:47 +0000 |
| commit | 7d6b6640d07b5fdd10b960242577b003cf0dceaa (patch) | |
| tree | 5a98998a4a9d00c4189208a4147946b5287676c2 /stats/pwc-summary-91-120.json | |
| parent | 846bb871fcbbfaf838b301284e1738cccd3dacb6 (diff) | |
| download | perlweeklychallenge-club-7d6b6640d07b5fdd10b960242577b003cf0dceaa.tar.gz perlweeklychallenge-club-7d6b6640d07b5fdd10b960242577b003cf0dceaa.tar.bz2 perlweeklychallenge-club-7d6b6640d07b5fdd10b960242577b003cf0dceaa.zip | |
- Added solutions by Alexander Karelas.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index ab967605b2..f1d52dc276 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,21 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -158,10 +143,25 @@ "Matthew Somerville" ] }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-01-01 13:33:55 GMT" + "text" : "[Champions: 30] Last updated at 2021-01-01 16:27:34 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
