You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a time-series chart object for the display of logged data.
@@ -636,6 +637,11 @@ Adds a time-series chart object for the display of logged data.
636
637
It accepts [DecimalFormat](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/text/DecimalFormat.html).
637
638
For example with `#.##` a number has to decimals.
638
639
640
+
-`interpolation` is used to change how the line is drawn between 2 datapoints.
641
+
By default, a horizontal line (step) will be drawn between 2 datapoints of `Switch` or `Contact` items.
642
+
All other item types will have a line (linear) connecting the datapoints.
643
+
With the `linear` or `step` value for this parameter, this default behaviour can be changed.
644
+
639
645
**Other options to look out for:**
640
646
The Chart element type is a good way to present time series data quickly.
641
647
For more sophisticated diagrams, openHAB supports the integration of outside sources like most logging and graphing solutions (e.g. [Grafana](https://grafana.org)).
0 commit comments