{% extends 'base.html' %} {% block title %}q2-longitudinal : volatility{% endblock %} {% block head %} {% endblock %} {% block content %}

Volatility Control Chart

Plot Controls

Click the individual group value labels in the legend to toggle their visibility in the displayed plot.

{% if is_feat_vol_plot %}

Feature Stats Subplot Controls

The bar charts display descriptive statistics for all features available in the volatility control chart. Click on a bar to view the volatility plot for that metric. Hover over a bar to display the metric's name and values for each available statistic. Features can also be selected using the grey circles running along the y-axes.


{% endif %}
{% endblock %} {# TODO: move this footer into q2templates (someday) #} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% endblock %}