diff options
Diffstat (limited to 'stats/pwc-summary-301-330.json')
| -rw-r--r-- | stats/pwc-summary-301-330.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-301-330.json b/stats/pwc-summary-301-330.json index a3e99591f0..9f3286e675 100644 --- a/stats/pwc-summary-301-330.json +++ b/stats/pwc-summary-301-330.json @@ -1,14 +1,16 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2025]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 21] Last updated at 2025-02-09 19:19:58 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -37,6 +39,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 14, 5, @@ -52,18 +55,16 @@ 4, 432, 81, - 280, + 282, 1, 3, 3, 85, 21, 8 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -86,7 +87,8 @@ 20, 0, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -115,17 +117,15 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2025]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "subtitle" : { - "text" : "[Champions: 21] Last updated at 2025-02-03 17:29:14 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
