diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 2065a4f580..1c5ccedf71 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -2,26 +2,12 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-09 20:08:23 GMT" + "text" : "[Champions: 30] Last updated at 2022-11-09 20:19:43 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -57,9 +43,19 @@ "David Santiago" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -91,7 +87,8 @@ 318, 4, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -163,5 +160,8 @@ ], "name" : "Blog" } - ] + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } |
