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