diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 75abdb04ef..0b70ab29a7 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,25 +1,27 @@ { + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl", "data" : [ 1, - 30, + 32, 0, 2, 42, @@ -34,12 +36,12 @@ 0, 0, 0, - 51, - 104, + 53, + 105, 2, 0, 3, - 386, + 388, 113, 85, 56, @@ -48,14 +50,12 @@ 0, 6, 1 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, - 20, + 22, 11, 0, 0, @@ -71,11 +71,11 @@ 4, 20, 0, - 83, + 84, 6, - 111, + 113, 0, - 346, + 348, 113, 59, 0, @@ -84,7 +84,8 @@ 3, 0, 46 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -104,7 +105,7 @@ 0, 13, 0, - 13, + 14, 0, 0, 0, @@ -122,6 +123,13 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-04-03 00:55:17 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Phillip Hartfield Sr", @@ -155,13 +163,5 @@ "Sergio Iglesias", "Shahed Nooshmand" ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-03-27 01:59:44 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
