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 c12cdaa955..97d608f7c7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,6 +2,9 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -38,7 +41,7 @@ 15, 0, 74, - 1, + 2, 0, 1, 91, @@ -460,6 +463,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -494,7 +498,7 @@ 12, 0, 28, - 1, + 2, 0, 0, 55, @@ -684,10 +688,15 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -915,25 +924,16 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-05-30 21:40:09 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-05-30 20:34:51 GMT" } } |
