๐ฏ Interactive Plots
{% if interactive_plots %}
{% for plot in interactive_plots %}
๐
{{ plot.variable|title }} - {{ plot.region|title }}{{ ' (' + plot.plot_type + ')' if plot.plot_type else '' }}
๐
{{ plot.created.strftime('%Y-%m-%d %H:%M') }}
๐จ {{ plot.theme|title }}
๐ {{ "%.1f"|format(plot.size/1024) }} KB
๐ Interactive
{% endfor %}
{% else %}
No Interactive Plots Yet
Create your first interactive plot from the dashboard!
{% endif %}