diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 93282ee2c8..f2edc14431 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 139] Last updated at 2019-12-16 15:33:41 GMT" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -142,20 +145,14 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 139] Last updated at 2019-12-16 14:27:57 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -270,7 +267,7 @@ 0, 3, 2, - 48, + 50, 75, 10, 6, @@ -303,7 +300,6 @@ ] }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -414,7 +410,7 @@ 4, 0, 6, - 27, + 29, 75, 5, 0, @@ -444,9 +440,11 @@ 2, 21, 0 - ] + ], + "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -587,17 +585,19 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
