combo/combo/apps/dataviz/templates/combo/chartngcell_form.html

9 lines
316 B
HTML

<div style="position: relative">
{{ form.as_p }}
{% if cell.chart_type != "table" and cell.is_relevant %}
<div style="position: absolute; right: 0; top: 0; width: 300px; height: 150px">
<embed type="image/svg+xml" src="{% url 'combo-dataviz-graph' cell=cell.id %}?width=300&height=150"/>
</div>
{% endif %}
</div>