diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 086ceedf33..b411da3ba7 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,18 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-29 15:31:20 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl", @@ -50,6 +36,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -81,8 +68,7 @@ 0, 0, 8 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -120,12 +106,29 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-29 16:06:00 GMT" }, "xAxis" : { "categories" : [ @@ -160,8 +163,5 @@ "Neil Bowers", "Nick Logan" ] - }, - "chart" : { - "type" : "column" } } |
