diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 120db86df3..843db4b5c1 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,7 +1,12 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -33,9 +38,11 @@ 0, 4, 54 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,11 +74,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -103,9 +108,17 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-12 09:11:14 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -140,28 +153,15 @@ "Bob Lied" ] }, - "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 - 2022]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-11 09:33:35 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
