diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 949e9969c9..f95b77e9e4 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,6 +1,8 @@ { - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "title" : { @@ -11,10 +13,6 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Phillip Harris", @@ -49,13 +47,9 @@ "Sol DeMuth" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl", "data" : [ 8, 2, @@ -87,8 +81,7 @@ 4, 1, 3 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -126,6 +119,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -157,11 +151,17 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-07 21:49:55 GMT" + "text" : "[Champions: 30] Last updated at 2020-12-07 21:54:43 GMT" } } |
