diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2f38df398c..80b376820a 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,12 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, @@ -8,11 +16,13 @@ }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-27 13:24:35 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -25,7 +35,7 @@ 0, 2, 27, - 66, + 68, 7, 44, 13, @@ -44,8 +54,7 @@ 0, 4, 54 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -61,7 +70,7 @@ 4, 0, 0, - 0, + 2, 0, 9, 14, @@ -83,6 +92,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -95,7 +105,7 @@ 0, 0, 0, - 6, + 8, 0, 0, 25, @@ -114,14 +124,9 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "3ter", @@ -156,12 +161,7 @@ "Bob Lied" ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-02-27 19:12:28 GMT" } } |
