diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index c7cb2918e8..c3ffcc0a34 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -2,11 +2,12 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-01 20:18:45 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -115,6 +116,11 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -149,19 +155,13 @@ "E. Choroba" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "chart" : { "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-01 17:35:03 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
