45 lines
1.0 KiB
HTML
45 lines
1.0 KiB
HTML
{% extends "newbase.html" %}
|
|
{% load staticfiles %}
|
|
{% load rowerfilters %}
|
|
|
|
{% block title %}Rowsandall Age Group Records{% endblock %}
|
|
|
|
{% block main %}
|
|
|
|
<script src="http://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
|
<script async="true" type="text/javascript">
|
|
Bokeh.set_log_level("info");
|
|
</script>
|
|
|
|
{{ interactiveplot |safe }}
|
|
|
|
|
|
<h1>Interactive Plot</h1>
|
|
|
|
<ul class="main-content">
|
|
<li class="maxheight grid_4">
|
|
<p>This chart shows the
|
|
<a href="http://www.concept2.com/indoor-rowers/racing/records/world">
|
|
Indoor Rower World Records
|
|
</a> 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.
|
|
</p>
|
|
</li>
|
|
<li class="grid_4">
|
|
|
|
{{ the_div|safe }}
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block sidebar %}
|
|
{% include 'menu_analytics.html' %}
|
|
{% endblock %}
|