{% load cms_tags staticfiles sekizai_tags i18n %} {% if error %} {% else %} {# Add to block one line per file to allow Sekizai to skip duplicates i.e. for multiple charts #} {% addtoblock "css" %}{% endaddtoblock %} {% spaceless %} {# ---- Chart Title ---- #} {% if instance.title_display %} {% endif %} {# ---- Chart and Legend Container ---- #}
{# ---- Chart Canvas object ---- #} {# ---- Legend ---- #} {% if instance.legend_display %}
{% endif %}
{% endspaceless %} {# Add required scripts and custom function to build chart - one line each for Sekizai to skip duplicates #} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% if global_settings %} {% addtoblock "js" %} {% endaddtoblock %} {% endif %} {% addtoblock "js" %} {% endaddtoblock %} {% endif %}