diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8e9e639723..b4d87e1b27 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -62,7 +54,7 @@ 6, 3, 31, - 152, + 153, 2, 0, 4, @@ -813,10 +805,6 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -1084,8 +1072,12 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-28 00:43:30 GMT" }, "yAxis" : { "min" : 0, @@ -1093,7 +1085,15 @@ "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-27 20:10:10 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" } } |
