diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 942b4cabe4..d0792e96e5 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,14 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "xAxis" : { "categories" : [ @@ -44,16 +45,6 @@ "Lubos Kolouch" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl 5", @@ -91,6 +82,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 21, @@ -122,10 +114,10 @@ 4, 51, 0 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -157,11 +149,19 @@ 0, 54, 0 - ], - "name" : "Blog" + ] } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-20 08:39:03 GMT" + "text" : "[Champions: 30] Last updated at 2019-09-21 09:30:12 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" } } |
