diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 834fa4bce9..8e68738ab4 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,4 +1,25 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Pavel Kuptsov", @@ -35,6 +56,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 7, 0, @@ -66,8 +88,7 @@ 54, 10, 10 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -140,28 +161,7 @@ ] } ], - "chart" : { - "type" : "column" - }, - "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-04-29 16:51:38 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 30] Last updated at 2021-04-30 02:08:45 GMT" } } |
