if I set ``` hide_legend: false ``` in a graph, it won't be included because the code tries: ``` if properties.get("hide_legend"): url_parts.append( "hideLegend=%s" % properties["hide_legend"] ) ```