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