diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 859f0a673f..43dc1d677e 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Jan Ole Kraft", @@ -33,27 +36,29 @@ "Kian-Meng Ang" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-05-01 16:07:50 GMT" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-05-01 18:21:06 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 26, @@ -85,10 +90,10 @@ 2, 4, 38 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 4, 0, @@ -120,7 +125,8 @@ 84, 2, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -157,11 +163,5 @@ 43 ] } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
