diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index f58f189967..319cfe771d 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -37,12 +36,26 @@ "GarciaAutomation" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-09-07 19:17:23 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -74,7 +87,8 @@ 2, 3, 2 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -112,7 +126,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 1, @@ -144,24 +157,11 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-07 17:55:58 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" } } |
