{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='FPP', title=_('Full-points Plot'), hint=_('Plot all data points with time axis or ID axis.'), hasAction=true) }} {% endblock %} {% block midbody %}
{{ macros.end_proc(procs,'', traceData=true, title=_('Enter target item of data (quantitative variable like measurement value) to be plotted on the graph. Select the process and item you want to plot on the graph.')) }} {{ macros.start_proc(procs,'', traceData=true) }} {{ macros.cond_proc([],'', title=_('Graph Filter: Limits data to be displayed to a subset.'), is_optional=true) }} {{ macros.cat_label_filter_modal() }}
{{ macros.x_index() }} {{ macros.exception_est() }}

{{ macros.index_order_modal() }} {{ macros.index_order_modal(modalId='xAxisModal2', tableId='serialTable2', addBtnId='btnAddSerial2', okBtnId='btnXAxisModalOK2', cancelBtnId='btnXAxisModalCancel2') }}
{#
#} {#
#}
{{ optdata }} {% endblock %} {% block js %} {% endblock %}