diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dc1c953a21..a66cf17d56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,9 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -264,7 +259,7 @@ 12, 0, 2, - 81, + 82, 36, 97, 1, @@ -272,10 +267,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -539,9 +534,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -797,7 +794,7 @@ 0, 0, 0, - 81, + 82, 17, 0, 0, @@ -805,12 +802,24 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "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: 262] Last updated at 2022-07-04 20:27:17 GMT" + "text" : "[Champions: 262] Last updated at 2022-07-04 20:35:19 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "plotOptions" : { "column" : { @@ -1082,14 +1091,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
