diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 27b847da96..f07200e3a2 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Duncan C. White", @@ -33,22 +37,19 @@ "James Smith" ] }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "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" : [ 301, 328, @@ -56,7 +57,7 @@ 8, 23, 0, - 182, + 184, 0, 2, 3, @@ -80,10 +81,10 @@ 1, 0, 200 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -91,7 +92,7 @@ 0, 148, 4, - 110, + 112, 39, 0, 0, @@ -115,9 +116,11 @@ 0, 3, 10 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 1, 53, @@ -125,7 +128,7 @@ 0, 0, 0, - 182, + 184, 9, 0, 0, @@ -149,19 +152,16 @@ 0, 0, 74 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-11 09:33:35 GMT" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-12 09:11:14 GMT" } } |
