{% extends "graphs/graph.html" %} {% block axis %} X-axis {{ form.x_axis.label() }} {{ form.x_axis(class="custom-select x-axis-value axis-setting") }} Don't see your variable? X-axis range {{ form.x_axis_from.label() }} {{ form.x_axis_from(class="form-control extra-setting x-from w-25") }} {{ form.x_axis_to.label() }} {{ form.x_axis_to(class="form-control extra-setting x-to w-25") }} {{ form.group_count.label() }} {{ form.group_count(class="form-control extra-setting number-groups") }} This is not precise. If you specify the number of groups, the graph will approximate what is possible close to that number. {% endblock axis %}
X-axis range