diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index dc4c990928..8d626d60b0 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,16 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -48,6 +36,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -79,11 +68,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -115,14 +102,12 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-02 11:09:52 GMT" }, "xAxis" : { "categories" : [ @@ -158,10 +143,25 @@ "Bob Lied" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-02 06:24:35 GMT" + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
