diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 3b7a6b078f..eb5bd3a7d5 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,8 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -41,7 +39,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -73,7 +70,8 @@ 0, 3, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -111,6 +109,23 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-02-09 23:51:34 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" @@ -148,20 +163,5 @@ "Sean Meininger", "Sergio Iglesias" ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-02-09 19:03:35 GMT" } } |
