diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 77 |
1 files changed, 46 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ecaa4d17ef..164640bb48 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,18 @@ { - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 042" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-01-06 15:28:32 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, "drilldown" : { "series" : [ @@ -13,51 +25,54 @@ 2 ] ] + }, + { + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Simon Proctor" } ] }, + "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/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "series" : [ { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 042", "data" : [ { - "drilldown" : "Kivanc Yazan", "name" : "Kivanc Yazan", - "y" : 2 + "y" : 2, + "drilldown" : "Kivanc Yazan" + }, + { + "name" : "Simon Proctor", + "y" : 2, + "drilldown" : "Simon Proctor" } - ] + ], + "name" : "Perl Weekly Challenge - 042", + "colorByPoint" : 1 } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 042" - }, "xAxis" : { "type" : "category" }, - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "legend" : { + "enabled" : 0 }, "chart" : { "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-01-06 15:23:53 GMT" } } |
