diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 500de82abd..ba3157c350 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,16 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-24 07:28:55 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "text" : "[Champions: 258] Last updated at 2022-05-24 19:02:24 GMT" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -264,7 +256,7 @@ 1, 3, 0, - 117, + 118, 12, 9, 12, @@ -278,10 +270,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -527,7 +519,7 @@ 0, 0, 1, - 118, + 119, 0, 2, 0, @@ -541,11 +533,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -805,7 +795,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -1070,10 +1061,19 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
