diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index b03dc25e7f..186a486cad 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,15 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Ian Rifkin", @@ -33,8 +44,18 @@ "Kivanc Yazan" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-15 15:02:22 GMT" + "text" : "[Champions: 30] Last updated at 2020-09-15 15:48:02 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -108,7 +129,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +160,8 @@ 43, 0, 0 - ] + ], + "name" : "Blog" } - ], - "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 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - } + ] } |
