diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 139 |
1 files changed, 77 insertions, 62 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 37e9c9a927..234d606c08 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,84 +1,46 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 122", - "data" : [ - { - "name" : "Cheok-Yin Fung", - "y" : 2, - "drilldown" : "Cheok-Yin Fung" - }, - { - "y" : 3, - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" - }, - { - "drilldown" : "James Smith", - "y" : 3, - "name" : "James Smith" - }, - { - "drilldown" : "Lucas Ransan", - "y" : 2, - "name" : "Lucas Ransan" - }, - { - "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" - } - ] + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } - ], - "legend" : { - "enabled" : 0 }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2021-07-20 12:33:35 GMT" }, "title" : { "text" : "The Weekly Challenge - 122" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-07-20 12:25:06 GMT" - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Cheok-Yin Fung", "data" : [ [ "Perl", 2 ] ], + "name" : "Cheok-Yin Fung", "id" : "Cheok-Yin Fung" }, { + "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -89,11 +51,9 @@ 1 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { - "id" : "James Smith", "name" : "James Smith", "data" : [ [ @@ -104,17 +64,18 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith" }, { - "name" : "Lucas Ransan", + "id" : "Lucas Ransan", "data" : [ [ "Raku", 2 ] ], - "id" : "Lucas Ransan" + "name" : "Lucas Ransan" }, { "id" : "Mark Anderson", @@ -125,7 +86,61 @@ ] ], "name" : "Mark Anderson" + }, + { + "id" : "Peter Scott", + "data" : [ + [ + "Perl", + 1 + ] + ], + "name" : "Peter Scott" } ] + }, + "series" : [ + { + "data" : [ + { + "name" : "Cheok-Yin Fung", + "y" : 2, + "drilldown" : "Cheok-Yin Fung" + }, + { + "name" : "Dave Jacoby", + "y" : 3, + "drilldown" : "Dave Jacoby" + }, + { + "name" : "James Smith", + "y" : 3, + "drilldown" : "James Smith" + }, + { + "name" : "Lucas Ransan", + "y" : 2, + "drilldown" : "Lucas Ransan" + }, + { + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { + "name" : "Peter Scott", + "y" : 1, + "drilldown" : "Peter Scott" + } + ], + "name" : "The Weekly Challenge - 122", + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" } } |
