{% load static %} {% if data.error %}
{{data.error}}
{% else %}

This visualization tool allows you to select data you are interested in and it returns a plot and a data table. You can configure your plot and use the tools to zoom and to download the visualization. You can also download the data table.

Selection

{% csrf_token %} {{ data.project }}
{% csrf_token %} {{ data.categories }}
{% include 'core_visualization_app/user/plot.html' %}

{% include 'core_visualization_app/user/data_table.html' %} {% endif %}