diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index e50d3f4a0f..47c1cc690c 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,10 +1,10 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 20, 1, @@ -36,11 +36,9 @@ 206, 3, 0 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 262, 1, @@ -72,9 +70,11 @@ 0, 0, 93 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 2, 0, @@ -106,30 +106,9 @@ 0, 0, 1 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-21 13:31:58 GMT" - }, "xAxis" : { "categories" : [ "Mark Anderson", @@ -163,5 +142,26 @@ "Nikhil Prasanna", "Noud Aldenhoven" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-21 13:55:32 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
