diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 0ac20b4562..95cf31fff0 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -2,15 +2,14 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-23 22:51:35 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -46,16 +45,8 @@ "Michael Schaap" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-24 00:05:59 GMT" }, "series" : [ { @@ -94,6 +85,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -125,8 +117,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -163,5 +154,14 @@ ], "name" : "Blog" } - ] + ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
