diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index f29d6eaca7..c270038b2e 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,10 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "Pete Sergeant", @@ -39,9 +33,6 @@ "Shaun Pearce" ] }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -79,6 +70,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -110,10 +102,10 @@ 46, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -145,23 +137,31 @@ 23, 0, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-01-26 16:17:30 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-01-26 17:35:54 GMT" } } |
