diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 031393ec73..fc2745b554 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,12 +1,19 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-11-12 18:47:21 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -42,20 +49,9 @@ "Lance Wicks" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-11-12 18:22:57 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 2, @@ -87,8 +83,7 @@ 2, 37, 25 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -161,6 +156,11 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" } |
