From 936f347c6fdbe919c9588c7d0d79ccc59077866a Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 4 Sep 2016 18:10:16 +0200 Subject: [PATCH] Made base format settings an include. --- _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/format_png.xml | 1 + _graph_templates/includes/format_svg.xml | 1 + 10 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 _graph_templates/includes/format_png.xml create mode 100644 _graph_templates/includes/format_svg.xml diff --git a/_graph_templates/2009.png.xml b/_graph_templates/2009.png.xml index 077d7e4..6eb1347 100644 --- a/_graph_templates/2009.png.xml +++ b/_graph_templates/2009.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2009, month=1, day=1, hour=0 year=2009, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2010.png.xml b/_graph_templates/2010.png.xml index 507ca76..98c22c0 100644 --- a/_graph_templates/2010.png.xml +++ b/_graph_templates/2010.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2010, month=1, day=1, hour=0 year=2010, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2011.png.xml b/_graph_templates/2011.png.xml index 0f0664a..9f72428 100644 --- a/_graph_templates/2011.png.xml +++ b/_graph_templates/2011.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2011, month=1, day=1, hour=0 year=2011, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2012.png.xml b/_graph_templates/2012.png.xml index ec15050..7b614b4 100644 --- a/_graph_templates/2012.png.xml +++ b/_graph_templates/2012.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2012, month=1, day=1, hour=0 year=2012, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2012.svg.xml b/_graph_templates/2012.svg.xml index a560b32..c918d6c 100644 --- a/_graph_templates/2012.svg.xml +++ b/_graph_templates/2012.svg.xml @@ -1,7 +1,7 @@ 600, 600 - svg font "arial,10" + year=2012, month=1, day=1, hour=0 year=2012, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2013.png.xml b/_graph_templates/2013.png.xml index 83b3f86..10fd961 100644 --- a/_graph_templates/2013.png.xml +++ b/_graph_templates/2013.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2013, month=1, day=1, hour=0 year=2013, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2016.png.xml b/_graph_templates/2016.png.xml index bc2cae8..8835b1b 100644 --- a/_graph_templates/2016.png.xml +++ b/_graph_templates/2016.png.xml @@ -1,7 +1,7 @@ 600, 600 - pngcairo font "arial,10" + year=2016, month=1, day=1, hour=0 year=2016, month=12, day=31, hour=23 %b diff --git a/_graph_templates/2016.svg.xml b/_graph_templates/2016.svg.xml index f095617..01d8d55 100644 --- a/_graph_templates/2016.svg.xml +++ b/_graph_templates/2016.svg.xml @@ -1,7 +1,7 @@ 600, 600 - svg font "arial,10" + year=2016, month=1, day=1, hour=0 year=2016, month=12, day=31, hour=23 %b diff --git a/_graph_templates/includes/format_png.xml b/_graph_templates/includes/format_png.xml new file mode 100644 index 0000000..5c1f582 --- /dev/null +++ b/_graph_templates/includes/format_png.xml @@ -0,0 +1 @@ +pngcairo font "arial,10" diff --git a/_graph_templates/includes/format_svg.xml b/_graph_templates/includes/format_svg.xml new file mode 100644 index 0000000..142d549 --- /dev/null +++ b/_graph_templates/includes/format_svg.xml @@ -0,0 +1 @@ +svg font "arial,10"