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 76725a8c66..470c46e781 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,6 +1,9 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ @@ -36,9 +39,23 @@ "Marton Polgar" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "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 2022-07-25 01:22:07 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 2, @@ -70,7 +87,8 @@ 0, 0, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -108,7 +126,6 @@ ] }, { - "name" : "Blog", "data" : [ 1, 2, @@ -140,28 +157,11 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-07-25 00:42:58 GMT" } } |
