diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index c67914d49c..c76fd4bd97 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,11 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "xAxis" : { @@ -38,21 +42,12 @@ "Joan Mimosinnet" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-05-24 13:08:13 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 74, @@ -84,8 +79,7 @@ 2, 6, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -158,10 +152,16 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-05-24 14:39:09 GMT" } } |
