diff options
Diffstat (limited to 'stats/pwc-summary-271-300.json')
| -rw-r--r-- | stats/pwc-summary-271-300.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json index 10c4adf4cf..6c0d8f1689 100644 --- a/stats/pwc-summary-271-300.json +++ b/stats/pwc-summary-271-300.json @@ -1,4 +1,25 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "Steve Rogerson", @@ -33,32 +54,9 @@ "Yary Hluchan" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-12-31 21:56:19 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 7, 0, @@ -90,11 +88,9 @@ 1, 3, 3 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 2, 0, @@ -126,7 +122,8 @@ 0, 0, 3 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -163,5 +160,8 @@ ], "name" : "Blog" } - ] + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-12-31 23:50:32 GMT" + } } |
