diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 6240a0a6f3..01b56bcea9 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,26 +1,12 @@ { - "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/>" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-04-01 18:39:22 GMT" + "text" : "[Champions: 30] Last updated at 2021-04-01 18:52:39 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 0, - 83, + 85, 0, 1, 2, @@ -49,7 +35,8 @@ 10, 10, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -87,7 +74,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -119,9 +105,31 @@ 4, 0, 0 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "Pavel Starikov", @@ -155,13 +163,5 @@ "Sangeet Kar", "Sean Meininger" ] - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
