diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 51 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9394c44953..6d08fdf220 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,56 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "The Weekly Challenge - 123" }, "tooltip" : { - "followPointer" : 1, "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "chart" : { "type" : "column" }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-07-27 21:12:08 GMT" + }, + "series" : [ + { + "name" : "The Weekly Challenge - 123", + "data" : [ + { + "drilldown" : "James Smith", + "y" : 3, + "name" : "James Smith" + }, + { + "name" : "Simon Proctor", + "y" : 2, + "drilldown" : "Simon Proctor" + } + ], + "colorByPoint" : 1 + } + ], "xAxis" : { "type" : "category" }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { @@ -33,35 +66,17 @@ ] ], "name" : "James Smith" + }, + { + "id" : "Simon Proctor", + "name" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ] } ] - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "title" : { - "text" : "The Weekly Challenge - 123" - }, - "series" : [ - { - "name" : "The Weekly Challenge - 123", - "data" : [ - { - "name" : "James Smith", - "y" : 3, - "drilldown" : "James Smith" - } - ], - "colorByPoint" : 1 - } - ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-07-27 21:07:07 GMT" } } |
