diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f86bede81f..b553d248e2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,13 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 233] Last updated at 2021-07-24 10:00:56 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "3ter", @@ -236,12 +245,17 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -264,7 +278,7 @@ 0, 48, 3, - 100, + 101, 0, 10, 1, @@ -476,10 +490,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -502,7 +516,7 @@ 1, 121, 0, - 84, + 85, 0, 1, 0, @@ -714,7 +728,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -955,25 +970,10 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 233] Last updated at 2021-07-24 09:51:22 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
