diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 94a33b9819..1d61ce85eb 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,15 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -41,10 +32,10 @@ 0, 454, 0 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -76,10 +67,10 @@ 14, 413, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -111,24 +102,33 @@ 0, 4, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-06-14 21:09:57 GMT" + "text" : "[Champions: 30] Last updated at 2024-06-15 14:09:21 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ |
