diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index b1a33faa7f..cf2129dbf2 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,4 +1,13 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -36,6 +45,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,8 +77,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -106,11 +115,8 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-04-11 07:46:08 GMT" }, "xAxis" : { "categories" : [ @@ -146,22 +152,16 @@ "Rich Snyder" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-04-10 22:40:47 GMT" } } |
