diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 50fe22ab2c..fbb1fdbed7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,19 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-11 10:07:18 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 4, @@ -53,7 +66,7 @@ 2, 0, 2, - 4, + 6, 0, 2, 0, @@ -74,10 +87,10 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -130,7 +143,7 @@ 0, 0, 0, - 4, + 6, 4, 0, 4, @@ -151,21 +164,14 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-10 16:27:08 GMT" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "xAxis" : { "categories" : [ @@ -243,12 +249,6 @@ "William Gilmore" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { |
