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