diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 991fbb281b..4b4e29063f 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,6 +1,22 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { + "name" : "Perl", "data" : [ 0, 80, @@ -32,8 +48,7 @@ 2, 6, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -71,6 +86,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 79, @@ -102,34 +118,9 @@ 0, 7, 2 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-06-08 08:50:00 GMT" - }, "xAxis" : { "categories" : [ "Finley", @@ -163,5 +154,14 @@ "Jo Christian Oterhals", "Joan Mimosinnet" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-06-08 08:54:29 GMT" } } |
