diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 30772c6745..0ebcd69526 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,16 +1,16 @@ { - "chart" : { - "type" : "column" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-17 00:40:17 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -42,8 +42,7 @@ 0, 4, 54 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -81,6 +80,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -112,8 +112,7 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], "yAxis" : { @@ -122,10 +121,8 @@ }, "min" : 0 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "xAxis" : { "categories" : [ @@ -161,7 +158,10 @@ "Bob Lied" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-17 03:31:04 GMT" } } |
