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 da0a6fceef..db13e04f50 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,13 +1,19 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-09-07 15:20:49 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -45,7 +51,6 @@ ] }, { - "name" : "Raku", "data" : [ 4, 0, @@ -77,9 +82,11 @@ 0, 8, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -111,17 +118,17 @@ 4, 0, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-07 09:42:48 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -156,12 +163,5 @@ "Nick Logan", "Niels van Dijke" ] - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
