From af71a68a6c8e35cfee9b869d3ad59bc68c1712df Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Fri, 7 Apr 2017 12:28:11 +0000
Subject: [PATCH] 98_SVG.pm: add nrAxis link (Forum #70082)
git-svn-id: https://svn.fhem.de/fhem/trunk@13919 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/98_SVG.pm | 115 ++++++++++++++++++++++++--------------------
1 file changed, 62 insertions(+), 53 deletions(-)
diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm
index 561268d22..41ae8c20b 100755
--- a/fhem/FHEM/98_SVG.pm
+++ b/fhem/FHEM/98_SVG.pm
@@ -2425,6 +2425,14 @@ plotAsPng(@)
Attributes
+ - endPlotNow
+ - endPlotToday
+
+
+ - captionLeft
+ Show the legend on the left side.
+
+
- fixedrange [offset]
Contains two time specs in the form YYYY-MM-DD separated by a space.
@@ -2448,18 +2456,6 @@ plotAsPng(@)
Set an fixed offset (in days) for the plot.
-
- - startDate
- Set the start date for the plot. Used for demo installations.
-
-
- - plotsize
- - plotmode
- - endPlotNow
- - endPlotToday
- - plotWeekStartDay
-
-
- label
Double-Colon separated list of values. The values will be used to replace
@@ -2494,17 +2490,7 @@ plotAsPng(@)
Deprecated, see plotReplace.
-
- - title
- A special form of label (see above), which replaces the string <TL>
- in the .gplot file. It defaults to the filename of the logfile.
-
Deprecated, see plotReplace.
-
-
-
- - captionLeft
- Show the legend on the left side.
-
+ - nrAxis
- plotfunction
@@ -2528,6 +2514,8 @@ plotAsPng(@)
Deprecated, see plotReplace.
+ - plotmode
+
- plotReplace
space separated list of key=value pairs. value may contain spaces if
@@ -2541,6 +2529,22 @@ plotAsPng(@)
%key% will be repaced before the input file is processed, this
expression can be used to replace parameters for the input processing.
+
+ - plotsize
+ - plotWeekStartDay
+
+
+ - startDate
+ Set the start date for the plot. Used for demo installations.
+
+
+
+ - title
+ A special form of label (see above), which replaces the string <TL>
+ in the .gplot file. It defaults to the filename of the logfile.
+
Deprecated, see plotReplace.
+
+
@@ -2635,6 +2639,19 @@ plotAsPng(@)
Attribute
+
+ - captionLeft
+ Anzeigen der Legende auf der linken Seite
+
+
+ - endPlotNow
+ - endPlotToday
+
+
+ - fixedoffset <nTage>
+ Verschiebt den Plot-Offset um einen festen Wert (in Tagen).
+
+
- fixedrange [offset]
Version 1
@@ -2656,23 +2673,6 @@ plotAsPng(@)
vorgestern: fixedrange day -2
).
-
- - fixedoffset <nTage>
- Verschiebt den Plot-Offset um einen festen Wert (in Tagen).
-
-
-
- - startDate
- Setzt das Startdatum für den Plot. Wird für Demo-Installationen
- verwendet.
-
-
- - plotsize
- - plotmode
- - endPlotNow
- - endPlotToday
- - plotWeekStartDay
-
- label
Eine Liste, bei der die einzelnen Werte mit einem zweifachen Doppelpunkt
@@ -2712,21 +2712,9 @@ plotAsPng(@)
Die Werte minAll und maxAll (die das Minimum/Maximum aller Werte
repräsentieren) sind ebenfals im data hash vorhanden.
Überholt, wird durch das plotReplace Attribut abgelöst.
-
-
-
- - title
- Eine besondere Form der Überschrift (siehe oben), bei der die
- Zeichenfolge <TL> in der .gplot-Datei ersetzt wird.
- Standardmäßig wird als <TL> der Dateiname des Logfiles
- eingesetzt.
-
Überholt, wird durch das plotReplace Attribut abgelöst.
-
- - captionLeft
- Anzeigen der Legende auf der linken Seite
-
+ - nrAxis
- plotfunction
@@ -2756,6 +2744,8 @@ plotAsPng(@)
Überholt, wird durch das plotReplace Attribut abgelöst.
+ - plotmode
+
- plotReplace
Leerzeichen getrennte Liste von Name=Wert Paaren. Wert kann Leerzeichen
@@ -2770,6 +2760,25 @@ plotAsPng(@)
Bei %Name% erfolgt die Ersetzung vor der Datenauswertung, das kann
man verwenden, um Parameter für die Auswertung zu ersetzen.
+
+ - plotsize
+ - plotWeekStartDay
+
+
+ - startDate
+ Setzt das Startdatum für den Plot. Wird für Demo-Installationen
+ verwendet.
+
+
+
+ - title
+ Eine besondere Form der Überschrift (siehe oben), bei der die
+ Zeichenfolge <TL> in der .gplot-Datei ersetzt wird.
+ Standardmäßig wird als <TL> der Dateiname des Logfiles
+ eingesetzt.
+
Überholt, wird durch das plotReplace Attribut abgelöst.
+
+