diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c9dcbd564d..205c41e6ae 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, "subtitle" : { - "text" : "[Champions: 114] Last updated at 2019-09-21 20:04:19 GMT" + "text" : "[Champions: 114] Last updated at 2019-09-21 23:07:56 GMT" }, "series" : [ { @@ -39,7 +27,7 @@ 0, 1, 6, - 39, + 41, 0, 7, 26, @@ -138,7 +126,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -254,7 +241,8 @@ 2, 13, 0 - ] + ], + "name" : "Perl 6" }, { "data" : [ @@ -376,6 +364,13 @@ "name" : "Blog" } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -494,6 +489,11 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "title" : { "text" : "" |
