diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index ba982ad328..c3857de440 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,7 +1,20 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -33,10 +46,10 @@ 0, 4, 54 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -68,10 +81,10 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -103,9 +116,16 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -140,28 +160,8 @@ "Bob Lied" ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" } } |
