diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 0058c29b96..caecb20229 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,18 +1,19 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Nazareno Delucca", @@ -47,6 +48,15 @@ "Phillip Harris" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-05-14 21:32:39 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -84,6 +94,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -115,8 +126,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -153,15 +163,5 @@ ], "name" : "Blog" } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-05-14 14:16:13 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - } + ] } |
