diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index df8be58974..79b91d63c1 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,9 +1,24 @@ { + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ - 230, + 231, 10, 2, 137, @@ -33,12 +48,12 @@ 95, 40, 14 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ - 236, + 237, 0, 0, 0, @@ -68,9 +83,11 @@ 67, 40, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 186, 0, @@ -102,34 +119,14 @@ 76, 16, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-30 01:54:19 GMT" - }, "xAxis" : { "categories" : [ "Laurent Rosenfeld", @@ -163,5 +160,8 @@ "Myoungjin Jeon", "Nazareno Delucca" ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-30 12:00:38 GMT" } } |
