{% extends "base_visualize.html" %} {% set active_page = 'rollingwindow' %} {% block head %} {% endblock %} {% block title %}visualizer{% endblock %} {% block options %}
Rolling Window Options Watch the Video
1. Select Active Document
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
2. Select Calculation Type
3. Enter Search Terms

Search pattern(s) as:

4. Define Window
Milestone Delimeter:
5. Choose Display Options
6. Get Graph {% if rwadatagenerated %}

SVG (Chrome)
SVG (Other Browsers) {% endif %}
{% endblock %} {% block results %} {% if rwadatagenerated %}
{{graphTitle}}
SVG (Chrome)
SVG (Other Browsers)

{% if words == "" %}

Please select the segments for the graph.

{% else %} {% endif %} {% endif %} {% endblock %}