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