{ "series" : [ { "name" : "Contributions", "dataLabels" : { "y" : 10, "format" : "{point.y:.0f}", "color" : "#FFFFFF", "align" : "right", "enabled" : "true", "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } }, "data" : [ [ "Blog", 95 ], [ "Perl 5", 428 ], [ "Perl 6", 253 ] ] } ], "xAxis" : { "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } }, "type" : "category" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, "legend" : { "enabled" : "false" }, "chart" : { "type" : "column" }, "subtitle" : { "text" : "Last updated at 2019-06-09 04:39:36 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } } }