{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='RLP', title=_('Ridgeline Plot'), hint=_('RidgeLine Plot Hover'), hasAction=true) }} {% endblock %} {% block midbody %}
{{ macros.label(_("Show value"), title=_('RLP Show value Hover')) }} {{ macros.paste_btn() }}
{{ macros.start_proc_select(procs) }}
{{ macros.label(_("Target period")) }} {{ macros.paste_btn() }}
{{ macros.multiple_target_period(rlp=True, DivisionNumberHover=_('Division number Hover RLP')) }}
{{ macros.cond_proc([],'', prefix='category', title=_('Graph Filter: Limits data to be displayed to a subset.'), pysm=3, is_optional=true) }}
{{ macros.exception_est(checkId='categoryIsExceptionEstimation') }}


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