diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 103 |
1 files changed, 61 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 038d390c7a..2cb5e6a77b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,40 +1,12 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "tooltip" : { + "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/>", + "followPointer" : 1 }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2022-01-25 18:31:09 GMT" - }, - "legend" : { - "enabled" : 0 + "text" : "[Champions: 3] Last updated at 2022-01-25 19:28:57 GMT" }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 - }, - { - "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - } - ], - "name" : "The Weekly Challenge - 149" - } - ], "drilldown" : { "series" : [ { @@ -52,31 +24,78 @@ "id" : "James Smith" }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", + "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", 2 + ], + [ + "Blog", + 2 ] ] + }, + { + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson" } ] }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "name" : "The Weekly Challenge - 149", + "data" : [ + { + "name" : "James Smith", + "y" : 3, + "drilldown" : "James Smith" + }, + { + "drilldown" : "Luca Ferrari", + "y" : 4, + "name" : "Luca Ferrari" + }, + { + "name" : "Mark Anderson", + "y" : 2, + "drilldown" : "Mark Anderson" + } + ], + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "The Weekly Challenge - 149" - }, "chart" : { "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 149" } } |
