diff options
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index 46308789b0..63cb82f5b4 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,15 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Robbie Hatley", @@ -44,12 +33,12 @@ "Steve Rogerson" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-11-20 05:30:34 GMT" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -87,6 +76,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 130, @@ -118,10 +108,10 @@ 67, 0, 2 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 44, 0, @@ -129,7 +119,7 @@ 1, 2, 0, - 221, + 222, 0, 51, 1, @@ -153,15 +143,25 @@ 44, 0, 0 - ], - "name" : "Blog" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-11-20 06:45:51 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
