Mercurial > dive4elements > river
view flys-artifacts/doc/conf/themes/default/fixings.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 | ffe273af84fb |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!--themegroup name="default"--> <theme name="FixPoints"> <inherits> <inherit from="Points" /> <inherit from="Label" /> </inherits> <fields> <field name="pointsize" type="int" display="Punktdicke" default="3" /> </fields> </theme> <theme name="FixLines"> <inherits> <inherit from="Lines" /> <inherit from="Points" /> <inherit from="Label" /> </inherits> <fields> <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="hidden" /> </fields> </theme> <theme name="FixAreas"> <inherits> <inherit from="Areas" /> <inherit from="Label" /> </inherits> <fields> <field name="transparency" type="int" default="80" display="Transparenz"/> </fields> </theme> <theme name="FixingWQCurve"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="227, 27, 162" /> </fields> </theme> <theme name="FixingDerivedCurve"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="227, 27, 162" /> <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h" hidden="true" /> <field name="pointsize" type="int" display="Punktdicke" default="5" hints="hidden" /> </fields> </theme> <theme name="FixingSectorAverageWQ0"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingSectorAverageWQ1"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingSectorAverageWQ2"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingSectorAverageWQ3"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingAnalysisEventsWQ"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingReferenceEvents"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> </fields> </theme> <theme name="FixingOutliers"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> </fields> </theme> <theme name="FixingDeltaWtAverage0"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" /> </fields> </theme> <theme name="FixingDeltaWtAverage1"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> </fields> </theme> <theme name="FixingDeltaWtAverage2"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255" /> </fields> </theme> <theme name="FixingDeltaWtAverage3"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> </fields> </theme> <theme name="FixingDeltaWtAnalysis"> <inherits> <inherit from="FixPoints" /> </inherits> <fields> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> </fields> </theme> <theme name="FixingLSAverage0"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="0, 128, 0" /> </fields> </theme> <theme name="FixingLSAverage1"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="0, 0, 255" /> </fields> </theme> <theme name="FixingLSAverage2"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="255, 0, 255" /> </fields> </theme> <theme name="FixingLSAverage3"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="255, 0, 0" /> </fields> </theme> <theme name="FixingSectorDeviationLS0"> <inherits> <inherit from="Areas" /> </inherits> <fields> <field name="backgroundcolor" type="Color" display="Fuellfarbe" default="0, 128, 0" /> </fields> </theme> <theme name="FixingSectorDeviationLS1"> <inherits> <inherit from="Areas" /> </inherits> <fields> <field name="backgroundcolor" type="Color" display="Fuellfarbe" default="0, 0, 255" /> </fields> </theme> <theme name="FixingSectorDeviationLS2"> <inherits> <inherit from="Areas" /> </inherits> <fields> <field name="backgroundcolor" type="Color" display="Fuellfarbe" default="255, 0, 255" /> </fields> </theme> <theme name="FixingSectorDeviationLS3"> <inherits> <inherit from="Areas" /> </inherits> <fields> <field name="backgroundcolor" type="Color" display="Fuellfarbe" default="255, 0, 0" /> </fields> </theme> <theme name="FixLSDeviation"> <inherits> <inherit from="Areas" /> </inherits> <fields> <field name="backgroundcolor" type="Color" display="Fuellfarbe" default="100, 100, 100" /> </fields> </theme> <theme name="FixLSAnalysis"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="0, 255, 0" /> </fields> </theme> <theme name="FixLSReference"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="linecolor" type="Color" default="0, 80, 160" /> </fields> </theme> <theme name="FixDeltaWtDeviation"> <inherits> <inherit from="FixAreas"/> </inherits> <fields> <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> </fields> </theme> <theme name="FixingDeltaWtAnalysisPeriods"> <inherits> <inherit from="FixAreas"/> </inherits> <fields> <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> </fields> </theme> <theme name="FixingReferencePeriod"> <inherits> <inherit from="FixAreas"/> </inherits> <fields> <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> </fields> </theme> <theme name="QSectors"> <inherits> <inherit from="FixLines" /> </inherits> <fields> <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="h" /> </fields> </theme> <!--/themegroup-->