diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 123 |
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 69ed1c599f..d6a32faa94 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,47 +1,46 @@ { - "series" : [ - { - "name" : "The Weekly Challenge - 143", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Mohammad S Anwar", - "y" : 1, - "name" : "Mohammad S Anwar" - }, - { - "name" : "Olivier Delouya", - "y" : 1, - "drilldown" : "Olivier Delouya" - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - } - ] - } - ], "legend" : { "enabled" : 0 }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-12-13 17:52:59 GMT" + }, + "tooltip" : { + "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/>" + }, "xAxis" : { "type" : "category" }, - "title" : { - "text" : "The Weekly Challenge - 143" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { - "id" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar", "data" : [ [ "Perl", 1 ] - ] + ], + "id" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" }, { "name" : "Olivier Delouya", @@ -58,40 +57,56 @@ [ "Perl", 2 + ] + ], + "id" : "Paulo Custodio", + "name" : "Paulo Custodio" + }, + { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", + "data" : [ + [ + "Perl", + 2 ], [ "Raku", 2 ] - ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + ] } ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-12-13 17:47:01 GMT" - }, - "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 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "title" : { + "text" : "The Weekly Challenge - 143" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "name" : "The Weekly Challenge - 143", + "colorByPoint" : 1, + "data" : [ + { + "name" : "Mohammad S Anwar", + "y" : 1, + "drilldown" : "Mohammad S Anwar" + }, + { + "name" : "Olivier Delouya", + "y" : 1, + "drilldown" : "Olivier Delouya" + }, + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + } + ] } - } + ] } |
