diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6baf42b763..675fce5d2e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,10 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -235,6 +231,20 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 221] Last updated at 2021-05-12 08:36:57 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "name" : "Perl", @@ -243,7 +253,7 @@ 0, 0, 0, - 40, + 41, 83, 2, 0, @@ -915,16 +925,6 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 221] Last updated at 2021-05-12 08:29:56 GMT" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" } |
