diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 7a795e8b5e..5a5ef130d3 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -2,26 +2,8 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "subtitle" : { - "text" : "[Champions: 20] Last updated at 2020-07-06 00:19:45 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 3, 0, @@ -43,7 +25,8 @@ 2, 76, 21 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -71,6 +54,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -92,10 +76,27 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Steve Rogerson", @@ -120,8 +121,7 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 20] Last updated at 2020-07-06 00:47:58 GMT" } } |
