diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4053b47277..ab0a4c7e47 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,25 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -252,6 +273,9 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-16 10:39:33 GMT" + }, "series" : [ { "name" : "Perl", @@ -260,7 +284,7 @@ 0, 0, 0, - 81, + 82, 2, 116, 2, @@ -762,7 +786,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1013,31 +1036,8 @@ 1, 5, 10 - ] - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-16 10:22:41 GMT" - } + ] } |
