diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1661018a98..9b59cb5223 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,21 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -120,17 +137,12 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 117] Last updated at 2019-10-02 10:03:55 GMT" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -192,7 +204,7 @@ 6, 11, 54, - 25, + 27, 1, 0, 9, @@ -249,8 +261,7 @@ 2, 20, 21 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -375,7 +386,6 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -494,22 +504,12 @@ 1, 4, 14 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 117] Last updated at 2019-10-01 18:47:35 GMT" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
