diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 1630f84606..cdc0444f61 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,18 +1,12 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-12-29 01:47:56 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -48,10 +42,6 @@ "Dave Jacoby" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "name" : "Perl 5", @@ -89,6 +79,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -120,8 +111,7 @@ 0, 0, 1 - ], - "name" : "Perl 6" + ] }, { "name" : "Blog", @@ -159,9 +149,19 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-12-29 18:13:11 GMT" + }, + "chart" : { + "type" : "column" } } |
