diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 85 |
1 files changed, 50 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index cdd8f453e8..8d151e77e7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,16 +1,8 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "drilldown" : { "series" : [ { + "name" : "Javier Luque", "data" : [ [ "Perl", @@ -25,12 +17,11 @@ 1 ] ], - "id" : "Javier Luque", - "name" : "Javier Luque" + "id" : "Javier Luque" }, { - "id" : "Kivanc Yazan", "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan", "data" : [ [ "Perl", @@ -39,22 +30,49 @@ ] }, { + "id" : "Markus Holzer", "data" : [ [ "Raku", 2 ] ], + "name" : "Markus Holzer" + }, + { "name" : "Simon Proctor", - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ] } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2020-01-06 17:03:55 GMT" + }, + "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/>" + }, "xAxis" : { "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge - 042" + }, "series" : [ { + "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 042", "data" : [ { @@ -64,38 +82,35 @@ }, { "y" : 2, - "name" : "Kivanc Yazan", - "drilldown" : "Kivanc Yazan" + "drilldown" : "Kivanc Yazan", + "name" : "Kivanc Yazan" }, { "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "drilldown" : "Markus Holzer", + "name" : "Markus Holzer" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" } - ], - "colorByPoint" : 1 + ] } ], - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-01-06 16:21:07 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 042" - }, - "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 + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, "legend" : { "enabled" : 0 - }, - "chart" : { - "type" : "column" } } |
