diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index cc3d95004d..34bca769fd 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,21 +1,7 @@ { - "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" - } - }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 0, @@ -47,10 +33,10 @@ 4, 21, 42 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -82,10 +68,10 @@ 0, 0, 1 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -117,16 +103,9 @@ 0, 2, 23 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-12-16 14:27:57 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Leoltron", @@ -161,7 +140,28 @@ "Dave Jacoby" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-12-16 15:33:42 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
