diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 3d3e2948af..85ff3d39af 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Dan Friedman", @@ -33,27 +37,19 @@ "Garrett Goebel" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-08-06 13:26:39 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -85,7 +81,8 @@ 2, 3, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -158,10 +155,13 @@ ] } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-08-06 22:29:23 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } } } |
