{%import "executePythonDisplayMacro.js" as display with context%} {%include resModule + ":chartHeader.html"%} {% set optTypes={} %}
{{this.options.get("title", "")}}
{{chartFigure}}
{% if this.getChartOptions()|length > 0 %}
{{optionsTitle}}
{% endif %} {%for option in this.getChartOptions() %} {% if optTypes.update({option.metadata.type: True}) %} {% endif %} {% if option.metadata.type == 'slider' %}
{%endif%} {% if option.metadata.type == 'dropdown' %}
{%endif%} {% if option.metadata.type == 'checkbox' %}
{%endif%} {%endfor%}