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 ddc0dcb1a7..c94c2d34e3 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,12 +1,12 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, "series" : [ { @@ -45,7 +45,6 @@ ] }, { - "name" : "Raku", "data" : [ 50, 3, @@ -58,7 +57,7 @@ 0, 0, 0, - 18, + 20, 0, 0, 8, @@ -77,7 +76,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -115,21 +115,6 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-04-30 04:25:54 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "Markus Holzer", @@ -163,5 +148,20 @@ "Phillip Harris", "Prajith P" ] + }, + "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-04-30 05:55:47 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
