diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 63 |
1 files changed, 39 insertions, 24 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c6f97abcab..510d53b92e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge - 145" - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { "dataLabels" : { @@ -14,38 +8,62 @@ "borderWidth" : 0 } }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 145" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "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/>" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-27 10:37:44 GMT" - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { + "drilldown" : "Mark Anderson", + "y" : 1, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Mohammad S Anwar", "y" : 1, - "name" : "Mohammad S Anwar", - "drilldown" : "Mohammad S Anwar" + "name" : "Mohammad S Anwar" } ], - "name" : "The Weekly Challenge - 145", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 145" } ], + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-12-27 10:50:55 GMT" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 1 + ] + ], + "name" : "Mark Anderson" + }, + { "id" : "Mohammad S Anwar", "name" : "Mohammad S Anwar", "data" : [ @@ -56,8 +74,5 @@ ] } ] - }, - "legend" : { - "enabled" : 0 } } |
