diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index d293ea79e7..b8f0327335 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,16 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-20 20:12:52 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "series" : [ { @@ -49,7 +39,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 6, @@ -81,10 +70,10 @@ 0, 21, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -116,17 +105,31 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-03-21 11:51:45 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -160,8 +163,5 @@ "Daniel Mita", "Darren Bottin" ] - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
