{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Box Plot {% endblock %} {% block main %}

Box Chart

  • {{ the_div|safe }}
  • {% csrf_token %} {{ chartform.as_table }}

  • You can use the form to change the metric or filter the data. Set Min SPM and Max SPM to select only strokes in a certain range of stroke rates. Set Work per Stroke to a minimum value to remove "paddle" strokes or turns.

{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}