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 00f8f91c08..c813856716 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -75,7 +60,7 @@ 0, 0, 43, - 119, + 120, 130, 1, 4, @@ -258,7 +243,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -507,6 +493,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -749,19 +736,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 241] Last updated at 2021-10-17 23:22:04 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ @@ -1007,5 +989,23 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 241] Last updated at 2021-10-17 23:31:44 GMT" } } |
