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