/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Wolfram v. Hülsen
* @copyright 2012 - 2024
* @license GPL [http://www.gnu.de]
* @version 1.0
*
* @title Plot Analyser
* @category visu
* @icon icons/ws/measure_power_meter.svg
* @color #b00
* @description Analyse plots with flexible configuration of series parameters
* @description_de Analysieren von Plots mit flexibler Eingabe von Parametern
*
* -----------------------------------------------------------------------------
*/
{% extends "apps.html" %}
{% block sidebar %}
| Y {{ lang('plot_analyser', 'Axis') }} 1 | Y {{ lang('plot_analyser', 'Axis') }} 2 | Y {{ lang('plot_analyser', 'Axis') }} 3 | Y {{ lang('plot_analyser', 'Axis') }} 4 |
{{ lang('plot_analyser', 'Axis') }} {{ lang('plot_analyser', 'active') }} | | | | |
Y min | | | | |
Y max | | | | |
Y {{ lang('plot_analyser', 'Axis') }} Position |
|
|
|
|
Y {{ lang('plot_analyser', 'Axis') }} {{ lang('plot_analyser', 'scale') }} |
|
|
|
|
Y {{ lang('plot_analyser', 'Axis') }} {{ lang('plot_analyser', 'Unit') }} | | | | |
{{ lang('plot_analyser', 'itemSettings') }}:
{%
set sources = {
'1': 'Item 1',
'2': 'Item 2',
'3': 'Item 3',
'4': 'Item 4',
'5': 'Item 5'
}
%}
{% for source, title in sources %}
- {{ title }}
{% endfor %}
{% for source, title in sources %}
{% endfor %}
{{ plot.period('analyse-plotpopup', item, mode, tmin, tmax, ymin, ymax, count, label, color, exposure, axis, zoom, assign, opposite, ycolor, ytype, unit, chartoptions, stacking, stacks, export, source) }}
{{ lang('plot_analyser', 'Shift', 'label') }}: {{ plot.timeshift('analyse-timeshift','analyse-plotpopup', '1d','mini', '- 1d +') }}
{{ lang('plot_analyser', 'Code', 'label') }}:
{% filter trim|escape|nl2br %}{% verbatim %}
{{ plot.period(...) }}
{% endverbatim %}{% endfilter %}
/** options not (yet) used
data-axis = [ x axix name and y axis name(s) ]
data-ycolor = [colors of y axes ]
*/