diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 96ce792a86..c276ad95df 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,4 +1,7 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "Jim Bacon", @@ -33,9 +36,11 @@ "Lubos Kolouch" ] }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 2, @@ -67,10 +72,10 @@ 10, 2, 132 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -102,7 +107,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -140,28 +146,22 @@ ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-27 21:36:13 GMT" + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "chart" : { - "type" : "column" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-27 21:28:26 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
