{% extends "base_visualize.html" %} {% set active_page = 'viz' %} {% block head %} {% endblock %} {% block title %}BubbleViz{% endblock %} {% block options %}
Loading...
BubbleViz Options
Select Document(s) {% if labels|len > 0 %}
{%- endif %}
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
Filtering Options

{% endblock %} {% block results %} {% if not JSONObj %}

Please select the document(s) for the graph.

{% else %}
{% endif %} {% endblock %} {% block submit %} {% endblock %}