diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c55e5e9097..75e5fbbe82 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,9 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -136,9 +139,26 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 130] Last updated at 2019-10-20 22:07:42 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 0, @@ -270,7 +290,8 @@ 2, 24, 21 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -366,7 +387,7 @@ 4, 0, 0, - 27, + 28, 0, 0, 0, @@ -408,7 +429,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -540,28 +560,8 @@ 1, 6, 14 - ] - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "subtitle" : { - "text" : "[Champions: 130] Last updated at 2019-10-20 20:48:28 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
