diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index da95e5236a..f6caa8b365 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,30 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 261] Last updated at 2022-06-16 18:02:19 GMT" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -57,6 +74,7 @@ 26, 3, 1, + 1, 3, 30, 147, @@ -269,7 +287,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -323,6 +342,7 @@ 0, 0, 0, + 0, 1, 0, 4, @@ -537,6 +557,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -587,6 +608,7 @@ 0, 0, 0, + 0, 2, 113, 0, @@ -798,14 +820,9 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -856,6 +873,7 @@ "Daniel Mantovani", "Daniel Mita", "Daniel Pfeiffer", + "Dario Mazzeo", "Darren Bottin", "Dave Cross", "Dave Jacoby", @@ -1069,19 +1087,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 260] Last updated at 2022-06-15 17:44:16 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
