diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 065361b726..1a258abe56 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Maxim Nechaev", @@ -33,11 +37,26 @@ "Phillip Harris" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-12-06 11:14:41 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { "name" : "Perl", @@ -75,6 +94,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -106,10 +126,10 @@ 12, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -141,27 +161,7 @@ 0, 2, 0 - ], - "name" : "Blog" - } - ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-06 11:09:03 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ] } - }, - "chart" : { - "type" : "column" - } + ] } |
