{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='COG', title=_('Co-occurrence Graph'), hint=_('Visualize co-occurrence (relationships that focus on how often one phenomenon and another occur at the same time) of faults/alarms.'), hasAction=true) }} {% endblock %} {% block midbody %}
{{ macros.alert_message("alert-msg-csvDbname") }}
{{ macros.label(_("Data file"), name="fileUrl", title=_("Data file with datetime on first column, and flags/number of occurrence (0, 1, 2...) of alarms on subsequent column(s).")) }} {{ macros.paste_btn() }}
{{ _('Drag and drop file here') }}
{{ _('Or') }}
{{ macros.label(_("File type")) }} {{ macros.paste_btn() }}
{{ macros.label(_("Aggregate by"), title=_("Aggregate co-occurrence relationships by hour/day.")) }} {{ macros.paste_btn() }}
{{ macros.label(_("Threshold"), title=_("Threshold description")) }} {{ macros.paste_btn() }}
100 % ({{ _('of all edges') }})
{{ macros.label(_("Layout")) }} {{ macros.paste_btn() }}
value
{{ optdata }} {% endblock %} {% block js %} {% endblock %}