diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 3d67efe1e9..05ce4ef03b 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,15 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -37,14 +45,21 @@ "JJ Merelo" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-30 13:56:20 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-30 13:59:39 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 2, 18, @@ -76,8 +91,7 @@ 6, 2, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -149,19 +163,5 @@ ], "name" : "Blog" } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
