diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 6ba71022bf..3f048dc6ae 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,15 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Hauke Dampfling", @@ -38,7 +46,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 0, 6, @@ -70,7 +77,8 @@ 12, 2, 2 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -108,6 +116,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -139,26 +148,17 @@ 0, 2, 2 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-10-22 00:55:57 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 30] Last updated at 2020-10-22 20:15:23 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", |
