diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 0f959f7217..2827544fea 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,10 +1,24 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -36,7 +50,8 @@ 0, 4, 54 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -109,14 +124,8 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-16 18:46:55 GMT" + "text" : "[Champions: 30] Last updated at 2022-03-16 18:53:03 GMT" }, "xAxis" : { "categories" : [ @@ -152,16 +161,7 @@ "Bob Lied" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "chart" : { "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
