diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 4828d07522..126f5a3d24 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,15 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-25 11:16:05 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 1, 0, @@ -33,10 +41,10 @@ 4, 4, 9 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 1, 0, @@ -55,7 +63,7 @@ 0, 8, 0, - 22, + 24, 4, 0, 0, @@ -68,10 +76,10 @@ 0, 0, 17 - ] + ], + "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -103,20 +111,15 @@ 2, 0, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -152,16 +155,13 @@ "Randy Lauen" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-25 11:08:06 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
