diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ff14298498..984512d274 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,27 +2,11 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 103] Last updated at 2019-07-19 15:44:00 GMT" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -348,6 +332,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -376,7 +361,7 @@ 0, 0, 0, - 12, + 13, 0, 0, 0, @@ -452,8 +437,23 @@ 0, 0, 10 - ], - "name" : "Blog" + ] } - ] + ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 103] Last updated at 2019-07-19 22:35:12 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
