diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 696c1e0416..2ac3964220 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,15 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -235,6 +234,19 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-27 17:22:22 GMT" + }, "series" : [ { "name" : "Perl", @@ -312,7 +324,7 @@ 0, 6, 96, - 40, + 41, 1, 0, 0, @@ -687,6 +699,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -761,7 +774,7 @@ 0, 0, 83, - 15, + 16, 0, 0, 0, @@ -908,20 +921,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-27 16:30:11 GMT" - } + ] } |
