{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} {% block content %} {{ interactiveplot |safe }}

Interactive Plot

This chart shows the Indoor Rower World Records for your gender and weight class. The red dots are the official records, and hovering over them with your mouse shows you the name of the record holder. The blue line is a fit to the data, which is used by rowsandall.com to calculate your performance assessment. {{ the_div|safe }}

{% endblock %}