From b9a06431068533277c84e6f4b848b01dea53808c Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Mon, 30 Sep 2024 22:38:13 +0200 Subject: [PATCH] Remove link to openHAB 1 wiki (#2376) Signed-off-by: Kai Kreuzer --- ui/sitemaps.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/sitemaps.md b/ui/sitemaps.md index 503ee09c8..5a6412c85 100644 --- a/ui/sitemaps.md +++ b/ui/sitemaps.md @@ -612,8 +612,6 @@ Adds a time-series chart object for the display of logged data. It accepts [DecimalFormat](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/text/DecimalFormat.html). For example with `#.##` a number has to decimals. -Visit [Charts](https://github.com/openhab/openhab/wiki/Charts) in the Wiki for examples. - **Other options to look out for:** The Chart element type is a good way to present time series data quickly. For more sophisticated diagrams, openHAB supports the integration of outside sources like most logging and graphing solutions (e.g. [Grafana](https://grafana.org)).