diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 4d7ccda8fb..92151941c6 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Gurunandan Bhat", @@ -42,9 +39,20 @@ }, "min" : 0 }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-03-11 19:13:06 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 5, 50, @@ -76,7 +84,8 @@ 2, 0, 8 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -114,6 +123,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 6, @@ -145,23 +155,13 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-03-11 11:17:47 GMT" + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
