diff options
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index 4b4ae79870..59fc7573d8 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,4 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -10,13 +28,13 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 3, 21, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -28,30 +46,6 @@ "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-11-27 10:58:14 GMT" - }, "xAxis" : { "categories" : [ "William West", @@ -59,5 +53,11 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-11-27 11:40:36 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
