diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 00c4d08250..e3106ec83c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,19 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-11 16:35:19 GMT" + "text" : "[Champions: 30] Last updated at 2020-09-11 22:30:01 GMT" }, "xAxis" : { "categories" : [ @@ -49,17 +39,16 @@ "Ian Rifkin" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 106, @@ -91,10 +80,10 @@ 32, 0, 6 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 68, @@ -126,7 +115,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -163,5 +153,15 @@ ], "name" : "Blog" } - ] + ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + } } |
