diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-23 10:30:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-23 10:30:34 +0100 |
| commit | 77875fe6731467c2088cd2ff41ab9dc683d7f4fa (patch) | |
| tree | 092f23ec2913679158b7faeaf4b96ae543d0a661 /stats/pwc-summary-61-90.json | |
| parent | d3cada4bd13c8840834eb3c718e5c4a51ed90743 (diff) | |
| download | perlweeklychallenge-club-77875fe6731467c2088cd2ff41ab9dc683d7f4fa.tar.gz perlweeklychallenge-club-77875fe6731467c2088cd2ff41ab9dc683d7f4fa.tar.bz2 perlweeklychallenge-club-77875fe6731467c2088cd2ff41ab9dc683d7f4fa.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 2d6bd39bbb..7cf2fda780 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,25 +1,20 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-06-23 08:50:52 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { + "name" : "Perl", "data" : [ 22, 0, @@ -51,8 +46,7 @@ 1, 2, 6 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -125,10 +119,11 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-06-23 09:30:13 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -163,5 +158,10 @@ "Jitu Keshwani", "Jo Christian Oterhals" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
