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 6101477d17..f7627d1c02 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,11 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -41,18 +37,9 @@ "Maxim Kolodyazhny" ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-20 21:52:05 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 16, 4, @@ -84,11 +71,9 @@ 4, 6, 12 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -120,9 +105,11 @@ 0, 0, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -154,14 +141,27 @@ 1, 0, 0 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-20 22:38:48 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
