From 66924a2bf0dd1d0571f749359efd02fc30117e7c Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 4 Sep 2016 23:09:31 +0200 Subject: [PATCH] Colours for daily_temp_maxmin_bar. Renamed monthly_temp_avg... to _maxmin_ to make sense. --- _graph_templates/2009.png.xml | 2 +- _graph_templates/2010.png.xml | 2 +- _graph_templates/2011.png.xml | 2 +- _graph_templates/2012.png.xml | 2 +- _graph_templates/2012.svg.xml | 2 +- _graph_templates/2013.png.xml | 2 +- _graph_templates/2016.png.xml | 2 +- _graph_templates/2016.svg.xml | 2 +- _graph_templates/includes/daily_temp_maxmin_bar.xml | 4 ++-- .../{monthly_temp_avg_bar.xml => monthly_temp_maxmin_bar.xml} | 0 10 files changed, 10 insertions(+), 10 deletions(-) rename _graph_templates/includes/{monthly_temp_avg_bar.xml => monthly_temp_maxmin_bar.xml} (100%) diff --git a/_graph_templates/2009.png.xml b/_graph_templates/2009.png.xml index e1b8136..7cd2fc0 100644 --- a/_graph_templates/2009.png.xml +++ b/_graph_templates/2009.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2010.png.xml b/_graph_templates/2010.png.xml index ef260c7..c4daede 100644 --- a/_graph_templates/2010.png.xml +++ b/_graph_templates/2010.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2011.png.xml b/_graph_templates/2011.png.xml index 5f5f05e..927085a 100644 --- a/_graph_templates/2011.png.xml +++ b/_graph_templates/2011.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2012.png.xml b/_graph_templates/2012.png.xml index 3569887..c681e9d 100644 --- a/_graph_templates/2012.png.xml +++ b/_graph_templates/2012.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2012.svg.xml b/_graph_templates/2012.svg.xml index 9d21b86..911bf1a 100644 --- a/_graph_templates/2012.svg.xml +++ b/_graph_templates/2012.svg.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2013.png.xml b/_graph_templates/2013.png.xml index ae89ddb..e65d087 100644 --- a/_graph_templates/2013.png.xml +++ b/_graph_templates/2013.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2016.png.xml b/_graph_templates/2016.png.xml index c5bc62e..0ad84b3 100644 --- a/_graph_templates/2016.png.xml +++ b/_graph_templates/2016.png.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/2016.svg.xml b/_graph_templates/2016.svg.xml index f5898d2..48216a2 100644 --- a/_graph_templates/2016.svg.xml +++ b/_graph_templates/2016.svg.xml @@ -7,6 +7,6 @@ %b %Y - + diff --git a/_graph_templates/includes/daily_temp_maxmin_bar.xml b/_graph_templates/includes/daily_temp_maxmin_bar.xml index 61f6252..8f1001a 100644 --- a/_graph_templates/includes/daily_temp_maxmin_bar.xml +++ b/_graph_templates/includes/daily_temp_maxmin_bar.xml @@ -6,14 +6,14 @@ boxwidth / 2 - 1 + rgb "#f44336" Tagesmaximum data['start'] + timedelta(hours=18) data['temp_out_max'] - 3 + rgb "#607d8b" Nachtminimum data['start'] + timedelta(hours=6) data['temp_out_min'] diff --git a/_graph_templates/includes/monthly_temp_avg_bar.xml b/_graph_templates/includes/monthly_temp_maxmin_bar.xml similarity index 100% rename from _graph_templates/includes/monthly_temp_avg_bar.xml rename to _graph_templates/includes/monthly_temp_maxmin_bar.xml