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 99b4754f91..d088e52e32 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -7,16 +7,6 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "Finley", @@ -51,8 +41,19 @@ "Mark Senn" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-30 18:02:14 GMT" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 0, @@ -84,8 +85,7 @@ 0, 2, 0 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -123,7 +123,6 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 8, @@ -155,13 +154,14 @@ 0, 0, 5 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-30 18:00:28 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
