diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5c8a8745c9..3bee51d252 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,6 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -269,15 +269,15 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 16:52:58 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -542,11 +542,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -811,7 +809,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -1082,14 +1081,15 @@ "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-31 17:52:47 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { |
