diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 9ebfccf000..7c70d89ef9 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,24 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-10-03 04:07:49 GMT" - }, "xAxis" : { "categories" : [ "Clive Holloway", @@ -53,12 +33,17 @@ "Hauke Dampfling" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 112, @@ -90,8 +75,7 @@ 32, 32, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -132,7 +116,7 @@ "name" : "Blog", "data" : [ 0, - 24, + 25, 0, 0, 0, @@ -163,5 +147,21 @@ 0 ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-10-03 04:21:17 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + } } |
