diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index db390ff19f..880674d23a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -9,17 +8,6 @@ "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 120] Last updated at 2019-10-11 11:03:47 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -144,8 +132,10 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -257,7 +247,7 @@ 4, 3, 0, - 38, + 39, 1, 0, 2, @@ -523,5 +513,15 @@ ], "name" : "Blog" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 120] Last updated at 2019-10-11 14:28:19 GMT" + } } |
