diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 3afbfac766..8da9151bfe 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,6 +1,9 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -36,8 +39,12 @@ "Bartosz Jarzyna" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-07-30 06:01:35 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -69,8 +76,7 @@ 32, 14, 21 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -108,7 +114,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +145,23 @@ 31, 2, 6 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-07-29 09:00:59 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" } } |
