diff options
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 68858afc62..c61e8d82ea 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,10 +1,23 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-31 00:06:55 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-03-31 01:21:46 GMT" + }, "series" : [ { "data" : [ @@ -112,6 +125,11 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Jen Guerra", @@ -145,23 +163,5 @@ "Martin Barth", "Martin Mugeni" ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" } } |
