{% extends "layout.html" %} {% set active_page = "graph_async" %} {% set help_page = ["https://kizniche.github.io/Mycodo/Data-Viewing/#asynchronous-graphs", _('Asynchronous Graphs')] %} {% block head %} {% if current_user.theme in dark_themes %} {% endif %} {% endblock %} {% block title %} - {{_('Asynchronous Graph')}}{% endblock %} {% block body %}
{% include 'flash_messages.html' %}

{{_('Asynchronous Graphs')}}

A graphical data display that is useful for viewing data sets spanning relatively long periods of time (weeks/months/years), which could be very data- and processor-intensive to view as a Synchronous Graph.

{% if selected_ids_measures %}
{% endif %}
Height:
Past:
{{_('Hold down the Ctrl or key to select more than one')}}
{% if selected_ids_measures %} {% endif %} {% endblock %}