{% from 'macros.html' import visualize_series %} {% macro series_set_template_form(submit_text, template, sources, reference_name=None, source_name=None) %}
{% if reference_name %} {% endif %}
Include %s in the series set name pattern to insert the grouping pattern in that position.
Only time series in the selected source matching the 'time series grouping pattern' are considered.
Use a capturing regular expression to group time series. For example {'10_([a-zA-Z]{2})'} will group by the first two letters after the 10_ prefix.
{% endmacro %} {% macro series_sets_preview(series_sets) %} {% endmacro %}