diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index bf51092013..42b6fc082c 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,12 +1,28 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-03-09 21:26:51 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Martin Mugeni", @@ -41,18 +57,9 @@ "Pavel Kuptsov" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { + "name" : "Perl", "data" : [ 0, 4, @@ -84,8 +91,7 @@ 106, 3, 7 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -123,6 +129,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -154,14 +161,7 @@ 0, 1, 0 - ], - "name" : "Blog" + ] } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-03-09 21:20:14 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
