diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c486518e39..03e1a11000 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 112] Last updated at 2019-09-01 22:00:16 GMT" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -115,25 +122,30 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 112] Last updated at 2019-09-01 20:18:45 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl 5", "data" : [ 0, 2, - 45, + 47, 3, 0, 0, @@ -363,11 +375,10 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, - 23, + 24, 0, 0, 0, @@ -477,19 +488,8 @@ 1, 2, 14 - ] - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ], + "name" : "Blog" } - } + ] } |
