diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 85 |
1 files changed, 50 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 719b16d4b7..8250e4821f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,53 +1,31 @@ { - "legend" : { - "enabled" : 0 - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" - }, - { - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 - } - ], - "name" : "The Weekly Challenge - 147" - } - ], - "title" : { - "text" : "The Weekly Challenge - 147" + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { - "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { + "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -57,9 +35,17 @@ "Raku", 2 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, @@ -68,12 +54,41 @@ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1 }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2022-01-10 19:01:10 GMT" + "legend" : { + "enabled" : 0 }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 147" + } + ], "xAxis" : { "type" : "category" }, + "title" : { + "text" : "The Weekly Challenge - 147" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2022-01-10 19:07:32 GMT" + }, "yAxis" : { "title" : { "text" : "Total Solutions" |
