diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index cc36f12d74..27e961f40a 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,11 +1,22 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -43,6 +54,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -74,8 +86,7 @@ 50, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -113,13 +124,8 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-07 21:16:08 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -155,13 +161,7 @@ "Creewick" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-07 21:28:19 GMT" } } |
