diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 9c16e37a61..2cd0ff2919 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,25 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-08-28 04:45:10 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -51,10 +32,10 @@ 16, 4, 15 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 1, 0, @@ -86,10 +67,10 @@ 0, 0, 4 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 0, @@ -121,7 +102,8 @@ 0, 5, 0 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -158,10 +140,28 @@ "Lars Balker" ] }, + "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-08-28 04:49:21 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
