diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dc42f31e61..982013fa47 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,13 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 146] Last updated at 2020-02-09 17:03:09 GMT" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -152,18 +161,6 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 146] Last updated at 2020-02-09 16:57:15 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -182,7 +179,7 @@ 0, 3, 3, - 32, + 33, 0, 0, 2, @@ -468,7 +465,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -616,16 +612,20 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
