diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 56b9645ffb..3680849866 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,12 +1,18 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-12-26 01:39:44 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ 7, 0, @@ -38,10 +44,10 @@ 0, 0, 4 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 3, @@ -73,10 +79,10 @@ 14, 4, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -108,28 +114,19 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + } }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-12-24 08:52:23 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "John Barrett", @@ -163,5 +160,8 @@ "Luis F. Uceta", "Luiz Felipe" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
