diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 2d80972891..680e720a27 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,14 +1,20 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-02-17 20:48:20 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 3, 2, @@ -40,10 +46,10 @@ 21, 5, 68 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -75,7 +81,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -147,21 +154,14 @@ "Dave Cross" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-02-19 10:06:03 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
