{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='SkD', title=_('Sankey Diagram'), hint=_('Identify and visualize directly/indirectly correlated variables of objective(s)'), hasAction=true) }} {% endblock %} {% block midbody %}
{{ macros.end_proc(procs, width=2, label_i18n_key='Show value', multiple_proc=true, showStartProc=true, title=_('Identify the explanatory variables that are correlated with the variable(s) specified here.')) }} {{macros.start_proc(showAutoUpdate=false)}} {{ macros.cond_proc(width=2, title=_('Graph Filter: Limits data to be displayed to a subset.'), is_optional=true)}}
{{ macros.exception_est() }}

{{optdata}} {% endblock %} {% block js %} {% endblock %}