diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7269a0d4da..7da01240f1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,23 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 153] Last updated at 2020-03-22 21:05:20 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -175,10 +156,12 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -307,7 +290,7 @@ 1, 37, 51, - 25, + 26, 17, 0, 3, @@ -465,7 +448,7 @@ 0, 29, 51, - 23, + 24, 0, 2, 0, @@ -498,7 +481,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -623,7 +605,7 @@ 0, 32, 0, - 13, + 14, 1, 0, 0, @@ -653,7 +635,25 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ] + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 153] Last updated at 2020-03-22 21:58:14 GMT" + } } |
