diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 41edaf4885..3610e5a8f8 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,7 +1,19 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Maxim Kolodyazhny", @@ -36,24 +48,14 @@ "Pete Houston" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } }, "series" : [ { - "name" : "Perl", "data" : [ 13, 12, @@ -63,7 +65,7 @@ 0, 0, 1, - 127, + 128, 0, 40, 14, @@ -80,14 +82,16 @@ 0, 8, 14, - 322, + 324, 3, 7, 0, 174 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 1, 0, @@ -119,11 +123,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -155,13 +157,11 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-04-25 22:49:18 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 30] Last updated at 2022-04-29 20:49:08 GMT" } } |
