{% extends "layout.html" %} {% block content %}

Favourite Plots

This page shows you the MegaQC plots that you've saved in the past. Click Plot to view the plot and Delete to remove it.

Plot favourites can be used by themselves or bunched together to make dashboards.

{% if favourite_plots|length == 0 %} {% endif %} {% for fav in favourite_plots %} {% endfor %}
Title Description Plot Type Created Actions
No favourites found..
{{ fav['title'] }} {{ fav['description'] | safe_markdown }} {{ fav['plot_type'] | replace('_', ' ') | title }} {{ fav['created_at'].strftime('%Y-%m-%d %H:%M') }}

My Favourite Plot Plot URL

Please choose a favourite to plot

{% endblock %} {% block js %} {% endblock %}