diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 859b2a1dfe..2586670bf7 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,7 +1,11 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 11, 12, @@ -33,7 +37,8 @@ 7, 1, 4 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -71,6 +76,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -102,15 +108,11 @@ 0, 0, 2 - ], - "name" : "Blog" + ] } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-07 21:44:53 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "text" : "[Champions: 30] Last updated at 2020-12-07 21:49:55 GMT" }, "xAxis" : { "categories" : [ @@ -146,22 +148,20 @@ "Philippe Bruhat" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
