diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 5a26fc0158..c27cf805e5 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,9 +1,13 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "series" : [ { @@ -12,7 +16,7 @@ 0, 0, 1, - 115, + 116, 0, 40, 14, @@ -42,12 +46,11 @@ ] }, { - "name" : "Raku", "data" : [ 2, 0, 0, - 76, + 77, 1, 40, 0, @@ -74,10 +77,10 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -109,7 +112,8 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -146,22 +150,18 @@ "Peter Scott" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-10 19:15:24 GMT" + "text" : "[Champions: 30] Last updated at 2022-01-10 21:08:26 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
