{ "yAxis" : { "min" : 0, "title" : { "text" : null } }, "chart" : { "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { "data" : [ [ "Blog", 991 ], [ "Perl", 3357 ], [ "Raku", 2179 ] ], "dataLabels" : { "y" : 10, "enabled" : "true", "format" : "{point.y:.0f}", "align" : "right", "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "color" : "#FFFFFF" }, "name" : "Contributions" } ], "tooltip" : { "pointFormat" : "{point.y:.0f}" }, "subtitle" : { "text" : "Last updated at 2020-09-24 20:59:35 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } } }, "legend" : { "enabled" : "false" } }