Data Mapper

Make sure chart is rendered seemingly exact with new data

<% gallery_columns.map(function(gallery_column) { %> <% }) %>
Gallery Columns Formhandler Columns
<%= gallery_column %> <% let id = "map-" + slug(gallery_column) %> <%= _.template(templates['select'])({ data: { id: id, label: undefined, options: fh_col_names}}) %>