diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 214fe3d2c4..7b27bcbdc2 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,4 +1,15 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { "name" : "Perl", @@ -36,6 +47,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 38, @@ -58,7 +70,7 @@ 8, 0, 0, - 75, + 77, 0, 0, 28, @@ -67,8 +79,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -106,17 +117,18 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "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-06-21 14:41:25 GMT" }, "xAxis" : { "categories" : [ @@ -151,17 +163,5 @@ "Pete Sergeant", "Peter Meszaros" ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-21 11:22:04 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
