From fe3a982a8f2b981511aa56a0a1456363f418e957 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 9 Mar 2020 17:05:25 +0100 Subject: [PATCH] Added yearly graphs for 2019 and 2020. --- _graph_templates/2019_rain.svg.xml | 11 +++++++++++ _graph_templates/2019_temp.svg.xml | 11 +++++++++++ _graph_templates/2020_rain.svg.xml | 11 +++++++++++ _graph_templates/2020_temp.svg.xml | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100644 _graph_templates/2019_rain.svg.xml create mode 100644 _graph_templates/2019_temp.svg.xml create mode 100644 _graph_templates/2020_rain.svg.xml create mode 100644 _graph_templates/2020_temp.svg.xml diff --git a/_graph_templates/2019_rain.svg.xml b/_graph_templates/2019_rain.svg.xml new file mode 100644 index 0000000..e1d05c6 --- /dev/null +++ b/_graph_templates/2019_rain.svg.xml @@ -0,0 +1,11 @@ + + + + + year=2019, month=1, day=1, hour=0 + year=2019, month=12, day=31, hour=23 + %b + + + + diff --git a/_graph_templates/2019_temp.svg.xml b/_graph_templates/2019_temp.svg.xml new file mode 100644 index 0000000..9f439c9 --- /dev/null +++ b/_graph_templates/2019_temp.svg.xml @@ -0,0 +1,11 @@ + + + + + year=2019, month=1, day=1, hour=0 + year=2019, month=12, day=31, hour=23 + %b + + + + diff --git a/_graph_templates/2020_rain.svg.xml b/_graph_templates/2020_rain.svg.xml new file mode 100644 index 0000000..fb5e337 --- /dev/null +++ b/_graph_templates/2020_rain.svg.xml @@ -0,0 +1,11 @@ + + + + + year=2020, month=1, day=1, hour=0 + year=2020, month=12, day=31, hour=23 + %b + + + + diff --git a/_graph_templates/2020_temp.svg.xml b/_graph_templates/2020_temp.svg.xml new file mode 100644 index 0000000..eab83a1 --- /dev/null +++ b/_graph_templates/2020_temp.svg.xml @@ -0,0 +1,11 @@ + + + + + year=2020, month=1, day=1, hour=0 + year=2020, month=12, day=31, hour=23 + %b + + + +