diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index fa2c5d4de0..0d7d8a6308 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,16 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -256,17 +268,16 @@ ] }, "subtitle" : { - "text" : "[Champions: 252] Last updated at 2022-03-16 18:46:55 GMT" + "text" : "[Champions: 252] Last updated at 2022-03-16 18:53:02 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -329,7 +340,7 @@ 0, 43, 141, - 151, + 152, 1, 4, 12, @@ -520,10 +531,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -777,7 +788,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -1037,19 +1049,7 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" } } |
