diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 832a4922c7..d03556c8d5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 312] Last updated at 2024-08-08 15:35:51 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -93,6 +90,7 @@ "Francis Whittle", "Fred Zinn", "Freddie B", + "GarciaAutomation", "Garrett Goebel", "Giuseppe Di Terlizzi", "Guillermo Ramos", @@ -318,10 +316,14 @@ "Yves Orton" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" @@ -330,8 +332,14 @@ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -422,6 +430,7 @@ 0, 2, 2, + 1, 0, 2, 16, @@ -645,10 +654,10 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -702,8 +711,8 @@ 6, 0, 0, - 1, 8, + 1, 0, 104, 0, @@ -739,6 +748,7 @@ 18, 0, 0, + 0, 1, 0, 0, @@ -962,11 +972,9 @@ 11, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1061,6 +1069,7 @@ 0, 0, 0, + 0, 5, 0, 0, @@ -1280,16 +1289,11 @@ 5, 10, 1 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 313] Last updated at 2024-08-09 10:51:28 GMT" } } |
