diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 23c2854054..e156ab23dc 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,16 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ 82, 309, @@ -10,7 +19,7 @@ 8, 23, 0, - 194, + 196, 0, 2, 3, @@ -33,7 +42,8 @@ 6, 292, 1 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -44,7 +54,7 @@ 0, 148, 4, - 122, + 124, 39, 0, 0, @@ -71,6 +81,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 1, @@ -79,7 +90,7 @@ 0, 0, 0, - 194, + 197, 9, 0, 0, @@ -102,25 +113,9 @@ 0, 134, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-07-23 17:29:45 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "Duane Powell", @@ -158,10 +153,15 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-07-23 17:56:06 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
