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 8f329138dc..865fd26714 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,15 @@ { - "subtitle" : { - "text" : "[Champions: 277] Last updated at 2022-12-06 10:34:43 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -122,7 +110,7 @@ 166, 1, 1, - 125, + 126, 1, 0, 0, @@ -300,7 +288,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -685,7 +674,7 @@ 153, 0, 0, - 98, + 99, 0, 0, 0, @@ -867,9 +856,20 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 277] Last updated at 2022-12-06 11:09:18 GMT" }, "xAxis" : { "categories" : [ |
