{# Adds 'Visualize View' #}
An icon representing visualization type
{% for field in fields %} {% if field.type == 'text' %} {% set column_color = '#332288' %} {% elif field.type == 'numeric' %} {% set column_color = '#117733' %} {% elif field.type == 'date' %} {% set column_color = '#44AA99' %} {% elif field.type == 'time' %} {% set column_color = '#88CCEE' %} {% elif field.type == 'timestamp' %} {% set column_color = '#DDCC77' %} {% elif field.type == 'bool' %} {% set column_color = '#CC6677' %} {% elif field.type == 'int' %} {% set column_color = '#AA4499' %} {% elif field.type == 'float' %} {% set column_color = '#882255' %} {% else %} {% set column_color = '#332288' %} {% endif %}
{{ field.value }}
{% endfor %}
{{ _('Aggregation Type') }} Count
{{ _('X-axis') }}
{{ _('Y-axis') }}
{{ _('Color') }}
Illustration image