{% extends "base.html" %} {% block title %}Compare Runs - SporeDB{% endblock %} {% block content %}

Compare Batch Runs

Select 2-10 batches to overlay their time-series data.

{% if batches %}
{% for batch in batches %} {% endfor %}
Select batches and click Compare to load chart...
{% else %}

No batches available. Import data first.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}