diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 221e045e27..56eb07eac8 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,12 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Dario Mazzeo", @@ -33,6 +41,10 @@ "habere-et-dispetire" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "name" : "Perl", @@ -105,6 +117,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -136,32 +149,19 @@ 0, 6, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-07-22 23:14:17 GMT" + "text" : "[Champions: 30] Last updated at 2023-07-24 01:36:59 GMT" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + }, + "min" : 0 } } |
