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 a1f141dc6e..0ae72cc912 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,27 +1,15 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-03-02 03:52:34 GMT" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-03-02 04:44:39 GMT" }, "xAxis" : { "categories" : [ @@ -57,9 +45,14 @@ "Martin Barth" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 7, 0, @@ -91,9 +84,11 @@ 0, 8, 0 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 3, @@ -125,8 +120,7 @@ 30, 87, 3 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -163,5 +157,11 @@ 0 ] } - ] + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + } } |
