diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 764745c0b6..a3cf24be14 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,30 @@ { + "subtitle" : { + "text" : "[Champions: 105] Last updated at 2019-08-05 11:27:24 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -108,7 +131,8 @@ 1, 1, 21 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -306,7 +330,7 @@ 0, 0, 0, - 3, + 4, 0, 0, 0, @@ -331,20 +355,6 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -453,15 +463,5 @@ "Yary H", "Yozen Hernandez" ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 105] Last updated at 2019-08-05 00:22:05 GMT" } } |
