diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index a7d5b09089..6bf115608d 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,12 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -40,7 +45,6 @@ ] }, { - "name" : "Perl 6", "data" : [ 4, 35, @@ -72,7 +76,8 @@ 0, 0, 14 - ] + ], + "name" : "Perl 6" }, { "data" : [ @@ -110,23 +115,6 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Finley", @@ -162,6 +150,18 @@ ] }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-08-05 18:19:12 GMT" + "text" : "[Champions: 30] Last updated at 2019-08-06 00:15:57 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
