diff options
Diffstat (limited to 'stats/pwc-master-stats.json')
| -rw-r--r-- | stats/pwc-master-stats.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-master-stats.json b/stats/pwc-master-stats.json index 1e1fd5e8cc..a4fe9853c3 100644 --- a/stats/pwc-master-stats.json +++ b/stats/pwc-master-stats.json @@ -1,19 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Abigail", @@ -98,6 +83,12 @@ "subtitle" : { "text" : "[Champions: 77] Last updated at 2019-05-06 01:06:10 GMT" }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { "data" : [ @@ -192,7 +183,7 @@ 0, 0, 2, - 8, + 10, 0, 0, 0, @@ -265,9 +256,18 @@ } ], "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
