{% extends "endpoint/main.html" %} {% block graph_content %}

Select a number of items below to reduce the size of the graph.


{{ form.selection(class="form-control", style="width: 200px; height: 200px;") }}
{{ form.submit(class="btn btn-default") }}
{{ graph|safe }}
{% endblock %}