diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index a20aecf06f..ebc867a4a7 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,23 +1,12 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-12-04 17:09:36 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "series" : [ { @@ -44,7 +33,7 @@ 46, 69, 8, - 2, + 4, 0, 6, 2, @@ -56,6 +45,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 36, @@ -87,11 +77,9 @@ 0, 60, 0 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -123,12 +111,15 @@ 0, 7, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-12-05 00:35:32 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +154,14 @@ "Simon Proctor", "Simon Reinhardt" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
