beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix XY graph init (consequence of earlier change) + reindent
2022-11-24, Edouard Tisserant
9289fdda0222
SVGHMI: fix XY graph init (consequence of earlier change) + reindent
Earlier change did modify the variables attributes (options) are stored in widget objects. XY graph uses variables' min and max to determine range.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")