diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index fafec8230f..b84d14a59f 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,7 +1,18 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-09 20:19:43 GMT" + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Jorg Sommrey", @@ -36,6 +47,16 @@ "Mano Chandar" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "name" : "Perl", @@ -73,6 +94,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -104,11 +126,9 @@ 0, 1, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 1, 0, @@ -140,28 +160,8 @@ 0, 0, 0 - ] - } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-09 20:08:23 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "chart" : { - "type" : "column" - } + ] } |
