diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 03bd7a627e..54ec3e2a4b 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Perl", "data" : [ 36, 2, @@ -33,7 +32,8 @@ 244, 0, 4 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -71,6 +71,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 2, 0, @@ -102,24 +103,11 @@ 0, 0, 1 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -155,13 +143,25 @@ "Matthew Somerville" ] }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-08-16 20:54:53 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-08-16 16:27:24 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
