diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 9967710015..89c8487e89 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Joan Mimosinnet", @@ -38,18 +33,26 @@ "Magnus Woldrich" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-06-30 12:13:32 GMT" + "text" : "[Champions: 30] Last updated at 2021-06-30 13:06:52 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -88,6 +91,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 48, 0, @@ -119,11 +123,9 @@ 4, 4, 1 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 2, 0, @@ -155,13 +157,11 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], "chart" : { "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2021]" } } |
