diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index f62ed7c345..a14da2c7d6 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,27 +1,10 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-04 14:55:57 GMT" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -57,9 +40,13 @@ "Mark Senn" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 7, @@ -91,7 +78,8 @@ 0, 18, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -119,7 +107,7 @@ 0, 0, 0, - 32, + 34, 4, 1, 0, @@ -154,7 +142,7 @@ 0, 0, 0, - 28, + 30, 0, 0, 0, @@ -163,5 +151,17 @@ ], "name" : "Blog" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-05-04 15:13:42 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + } } |
