diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index dc8cb7efc7..a39b5f5a57 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,9 +1,25 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { + "name" : "Perl 5", "data" : [ 3, 0, @@ -35,8 +51,7 @@ 5, 4, 3 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -109,18 +124,6 @@ "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-11-25 00:09:09 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Nikhil Prasanna", @@ -155,13 +158,10 @@ "Steve Rogerson" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-11-25 00:16:50 GMT" } } |
