Made base format settings an include.
This commit is contained in:
parent
cd6cda2528
commit
936f347c6f
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2009, month=1, day=1, hour=0</start>
|
||||
<stop>year=2009, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2010, month=1, day=1, hour=0</start>
|
||||
<stop>year=2010, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2011, month=1, day=1, hour=0</start>
|
||||
<stop>year=2011, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2012, month=1, day=1, hour=0</start>
|
||||
<stop>year=2012, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>svg font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||
<start>year=2012, month=1, day=1, hour=0</start>
|
||||
<stop>year=2012, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2013, month=1, day=1, hour=0</start>
|
||||
<stop>year=2013, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<start>year=2016, month=1, day=1, hour=0</start>
|
||||
<stop>year=2016, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>600, 600</size>
|
||||
<fileformat>svg font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||
<start>year=2016, month=1, day=1, hour=0</start>
|
||||
<stop>year=2016, month=12, day=31, hour=23</stop>
|
||||
<xformat>%b</xformat>
|
||||
|
1
_graph_templates/includes/format_png.xml
Normal file
1
_graph_templates/includes/format_png.xml
Normal file
@ -0,0 +1 @@
|
||||
<fileformat>pngcairo font "arial,10"</fileformat>
|
1
_graph_templates/includes/format_svg.xml
Normal file
1
_graph_templates/includes/format_svg.xml
Normal file
@ -0,0 +1 @@
|
||||
<fileformat>svg font "arial,10"</fileformat>
|
Reference in New Issue
Block a user