diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9146ee2151..8294fe87e5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,11 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -67,7 +67,7 @@ 0, 0, 43, - 152, + 153, 162, 1, 4, @@ -265,8 +265,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -532,6 +531,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -791,23 +791,9 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-05 16:55:56 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "3ter", @@ -1070,10 +1056,24 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-06-05 21:03:42 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
