diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 05618ab63f..7304d3a399 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,9 +1,10 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -39,27 +40,20 @@ "Pete Sergeant" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-01-24 10:56:23 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-01-24 11:03:41 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 4, @@ -91,10 +85,10 @@ 0, 67, 0 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -126,9 +120,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 1, @@ -160,8 +156,12 @@ 0, 0, 0 - ], - "name" : "Blog" + ] + } + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } |
