diff --git a/_graph_templates/2009.png.xml b/_graph_templates/2009.png.xml
deleted file mode 100644
index 72e8c58..0000000
--- a/_graph_templates/2009.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2009, month=1, day=1, hour=0
- year=2009, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/2010.png.xml b/_graph_templates/2010.png.xml
deleted file mode 100644
index 098d892..0000000
--- a/_graph_templates/2010.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2010, month=1, day=1, hour=0
- year=2010, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/2011.png.xml b/_graph_templates/2011.png.xml
deleted file mode 100644
index 138afc6..0000000
--- a/_graph_templates/2011.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2011, month=1, day=1, hour=0
- year=2011, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/2012.png.xml b/_graph_templates/2012.png.xml
deleted file mode 100644
index 53794e4..0000000
--- a/_graph_templates/2012.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2012, month=1, day=1, hour=0
- year=2012, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/2013.png.xml b/_graph_templates/2013.png.xml
deleted file mode 100644
index 60e27d5..0000000
--- a/_graph_templates/2013.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2013, month=1, day=1, hour=0
- year=2013, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/2016.png.xml b/_graph_templates/2016.png.xml
deleted file mode 100644
index 38e0ea4..0000000
--- a/_graph_templates/2016.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 600
-
- year=2016, month=1, day=1, hour=0
- year=2016, month=12, day=31, hour=23
- %b
- %Y
-
-
-
-
diff --git a/_graph_templates/28days.png.xml b/_graph_templates/28days.png.xml
deleted file mode 100644
index d0a95eb..0000000
--- a/_graph_templates/28days.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 800
-
- weeks=4
- %Y/%m/%d
-
-
-
-
-
-
diff --git a/_graph_templates/7days.png.xml b/_graph_templates/7days.png.xml
deleted file mode 100644
index 7e7e9e6..0000000
--- a/_graph_templates/7days.png.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 600, 800
-
- weeks=1
- %a %d
-
-
-
-
-
-
diff --git a/_graph_templates/rose_24hrs.png.xml b/_graph_templates/rose_24hrs.png.xml
deleted file mode 100644
index 9477108..0000000
--- a/_graph_templates/rose_24hrs.png.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- Wind über die letzten 24h (km/h)
- hours=24
-
- Tags
- raw
- data['wind_ave'] * 3.6
- 31
- 1, 5, 12, 18, 28, 37, 48
- 0, 6, 7, 2, 5, 3, 4, 1
-
-
diff --git a/_graph_templates/rose_7days_nights.png.xml b/_graph_templates/rose_7days_nights.png.xml
deleted file mode 100644
index 50eb561..0000000
--- a/_graph_templates/rose_7days_nights.png.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
- Wind über die letzten 7 Tage (km/h)
-
- hours=24 * 7
-
- Tagsüber
- raw
- data['idx'].hour >= 9 and data['idx'].hour < 21
- data['wind_ave'] * 3.6
- 31
- 1, 5, 12, 18, 28, 37, 48
- 0, 6, 7, 2, 5, 3, 4, 1
-
-
- Nachts
- raw
- data['idx'].hour < 9 or data['idx'].hour >= 21
- data['wind_ave'] * 3.6
- 31
- 1, 5, 12, 18, 28, 37, 48
- 0, 6, 7, 2, 5, 3, 4, 1
-
-