diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 47ee31faff..2aab61ef9f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,9 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "chart" : { + "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 306] Last updated at 2024-02-02 22:33:10 GMT" }, "xAxis" : { "categories" : [ @@ -316,6 +315,24 @@ "Yves Orton" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -513,7 +530,7 @@ 20, 7, 7, - 13, + 14, 4, 1, 152, @@ -629,6 +646,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -936,8 +954,7 @@ 11, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -1250,22 +1267,5 @@ 1 ] } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 306] Last updated at 2024-02-02 17:08:05 GMT" - }, - "chart" : { - "type" : "column" - } + ] } |
