diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-30 03:09:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-30 03:09:03 +0100 |
| commit | 852cfa3808a9be29557efca6f12fdefbaf4dbd33 (patch) | |
| tree | 46b65eaddcf70732df34401022fabe2c57885675 /stats/pwc-summary-91-120.json | |
| parent | 59d554e137adced6f708fa0df77a468dfde57d8d (diff) | |
| download | perlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.tar.gz perlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.tar.bz2 perlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.zip | |
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 9f39e868d4..c65ce197f6 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,4 +1,20 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-04-30 02:08:45 GMT" + }, "series" : [ { "data" : [ @@ -106,6 +122,14 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "John Barrett", @@ -139,29 +163,5 @@ "Mark Senn", "Markus Holzer" ] - }, - "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 2021-04-29 16:51:38 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
