{% macro chart( title, url, type='bar', subtitle='', style='', areaStacking='normal', lineShadow='true', marker='enabled', yAxis={}, xAxis={}, OPTS='' ) %} {% set uid = (title + '__' + subtitle).replace(' ', '_').lower() %} {% set cuid = 'chart_' + uid %}
{% endmacro %}