diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1def71c8c5..bc9944d278 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,10 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -252,7 +255,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -550,7 +554,7 @@ 2, 0, 0, - 76, + 77, 0, 0, 0, @@ -763,27 +767,11 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-13 10:06:18 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -1039,5 +1027,17 @@ }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-13 10:15:53 GMT" + }, + "chart" : { + "type" : "column" } } |
