diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 96da9fb19e..5628a6398e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,13 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -231,6 +240,7 @@ "Sitaram Chamarty", "Sol DeMuth", "Stephanie Stein", + "Stephen G Lynn", "Steve Bresson", "Steve Rogerson", "Steven Lembark", @@ -261,9 +271,14 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 259] Last updated at 2022-06-07 15:15:08 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -496,6 +511,7 @@ 2, 1, 1, + 1, 4, 0, 62, @@ -523,10 +539,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -758,6 +774,7 @@ 0, 0, 0, + 1, 0, 1, 0, @@ -786,7 +803,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -1024,6 +1042,7 @@ 0, 0, 0, + 0, 5, 0, 0, @@ -1055,25 +1074,10 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-07 13:10:58 GMT" } } |
