diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 8d7e85420d..16c3986795 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,14 +1,17 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-11-13 17:43:12 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 5, 8, @@ -16,7 +19,7 @@ 5, 68, 400, - 96, + 98, 4, 0, 8, @@ -27,7 +30,7 @@ 0, 82, 397, - 474, + 476, 2, 8, 23, @@ -40,11 +43,9 @@ 4, 32, 5 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 23, 0, @@ -76,9 +77,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 3, @@ -110,13 +113,17 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" }, "xAxis" : { "categories" : [ @@ -152,16 +159,9 @@ "Gurunandan Bhat" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-11-12 23:47:41 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
