diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index bf8b0f309f..4f9d9fffd1 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Shahed Nooshmand", @@ -38,27 +33,9 @@ "Vinod Kumar Pal" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-08 11:08:10 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 2, @@ -90,11 +67,9 @@ 17, 15, 0 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 46, 0, @@ -126,10 +101,10 @@ 2, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 23, 0, @@ -161,7 +136,32 @@ 3, 0, 0 - ] + ], + "name" : "Blog" + } + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-02-08 20:11:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
