comparison flys-artifacts/doc/conf/themes/default/sq-relation.xml @ 4667:e6a282844a33

Refactored the themes config files (currently only default style). * split up the big config file into one file for each chart type. * cleaned up the virtual themes.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 12 Dec 2012 10:42:38 +0100
parents
children cd9540bd8040
comparison
equal deleted inserted replaced
4666:28eb979ae31b 4667:e6a282844a33
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--themegroup name="default"-->
3 <theme name="SQMeasurements">
4 <inherits>
5 <inherit from="Points" />
6 </inherits>
7 <fields>
8 <field name="pointcolor" type="Color" default="0, 153, 255" />
9 </fields>
10 </theme>
11
12 <theme name="SQOutliers">
13 <inherits>
14 <inherit from="Points" />
15 </inherits>
16 <fields>
17 <field name="pointcolor" type="Color" default="204, 0, 0" />
18 </fields>
19 </theme>
20
21 <theme name="SQCurve">
22 <inherits>
23 <inherit from="Lines" />
24 <inherit from="Points" />
25 <inherit from="Label" />
26 </inherits>
27 <fields>
28 <field name="showpoints" type="boolean" display="Punkte anzeigen"
29 default="false" />
30 <field name="showpointlabel" type="boolean"
31 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
32 <field name="linecolor" type="Color" default="0, 0, 0" />
33 </fields>
34 </theme>
35 <!--/themegroup-->

http://dive4elements.wald.intevation.org