diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 27759593e7..b969cdba61 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,4 +1,14 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "Peter Scott", @@ -33,18 +43,14 @@ "Sergio Iglesias" ] }, - "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" + } }, "series" : [ { + "name" : "Perl", "data" : [ 11, 7, @@ -64,7 +70,7 @@ 0, 0, 2, - 21, + 23, 2, 0, 3, @@ -76,10 +82,10 @@ 10, 0, 6 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -99,7 +105,7 @@ 4, 4, 0, - 0, + 2, 6, 2, 0, @@ -111,8 +117,7 @@ 10, 3, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -150,18 +155,13 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-02 16:45:32 GMT" + "text" : "[Champions: 30] Last updated at 2022-02-02 17:14:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
