Plotting Data

Overview Dashboard

Longitudinal data Dashboard

All Visible Projects Dashboard

Projects Owned, Collaborated or Member Dashboard

{% for key in stats_data %}

{{key}}

{% endfor %}
{% for row in graph_data %}
{% for col in row %} {% for key in col %}
{% endfor %} {% endfor %}
{% endfor %}
{% for row in longitudinal_data %}
{% for col in row %} {% for key in col %}
{% endfor %} {% endfor %}
{% endfor %}
{% for row in project_list%}
{% for col in row%} {% endfor %}
{% endfor %}
{% for row in project_list_ow_co_me%}
{% for col in row%} {% endfor %}
{% endfor %}
{% for row in graph_data%} {% for graph_column in row%} {%endfor%} {%endfor%} {% for row in longitudinal_data%} {% for graph_column in row%} {%endfor%} {%endfor%}