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