diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6944275e32..09852a11a3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -262,15 +269,13 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -386,7 +391,7 @@ 105, 4, 1, - 8, + 9, 14, 7, 3, @@ -406,7 +411,7 @@ 162, 9, 1, - 98, + 99, 0, 0, 0, @@ -531,7 +536,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -612,7 +618,7 @@ 0, 0, 0, - 1, + 2, 0, 0, 0, @@ -1011,7 +1017,7 @@ 0, 0, 0, - 147, + 148, 0, 26, 1, @@ -1062,22 +1068,16 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 259] Last updated at 2022-06-07 22:14:13 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 259] Last updated at 2022-06-09 21:28:57 GMT" } } |
