diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 029acbf192..e894ca8180 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,28 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-20 09:30:36 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -151,7 +166,7 @@ 0, 0, 2, - 28, + 29, 0, 2, 4, @@ -257,8 +272,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -514,6 +528,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -763,8 +778,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -1019,20 +1033,6 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-20 09:14:22 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" } |
