diff flys-artifacts/doc/conf/themes.xml @ 3091:179e38aa678d

Some fixing charts are generated now flys-artifacts/trunk@4690 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Mon, 18 Jun 2012 13:29:15 +0000
parents 22def36d37b7
children 6ea299c208cd
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml	Mon Jun 18 12:29:29 2012 +0000
+++ b/flys-artifacts/doc/conf/themes.xml	Mon Jun 18 13:29:15 2012 +0000
@@ -931,7 +931,53 @@
             </fields>
         </theme>
 
-    </themegroup>
+        
+        <theme name="FixingSectorAverageWQ">
+            <inherits>
+                <inherit from="HiddenColorLines"/>
+                <inherit from="ColorPoints"/>
+            </inherits>
+            <fields>
+                <field name="pointcolor" type="Color" default="#0011FF"/>
+            </fields>
+        </theme>
+
+        <theme name="FixingAnalysisEventsWQ">
+            <inherits>
+                <inherit from="HiddenColorLines"/>
+                <inherit from="ColorPoints"/>
+            </inherits>
+            <fields>
+                <field name="pointcolor" type="Color" default="#0011FF"/>
+            </fields>
+        </theme>
+
+        <theme name="FixingReferenceEventsWQ">
+            <inherits>
+                <inherit from="HiddenColorLines"/>
+                <inherit from="ColorPoints"/>
+            </inherits>
+            <fields>
+                <field name="pointcolor" type="Color" default="#0011FF"/>
+            </fields>
+        </theme>
+
+        <theme name="FixingOutliers">
+            <inherits>
+                <inherit from="HiddenColorLines"/>
+                <inherit from="ColorPoints"/>
+            </inherits>
+            <fields>
+                <field name="pointcolor" type="Color" default="#0011FF"/>
+            </fields>
+        </theme>
+
+        <theme name="FixingWQCurve">
+            <inherits>
+            </inherits>
+        </theme>
+
+</themegroup>
 
     <themegroup name="default-2">
         <theme name="DischargeCurve">
@@ -2258,6 +2304,11 @@
         <mapping from="sq_a_measurement" to="SQMeasurements"/>
         <mapping from="sq_a_outlier" to="SQOutliers"/>
         <mapping from="sq_a_curve" to="SQCurve"/>
+        <mapping from="fix_sector_average_wq" to="FixingSectorAverageWQ"/>
+        <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/>
+        <mapping from="fix_outlier" to="FixingOutlier"/>
+        <mapping from="fix_wq_curve" to="FixingWQCurve"/>
+        <mapping from="fix_reference_events_wq" to="FixingReferenceEventsWQ"/>
 
     </mappings>
 </themes>

http://dive4elements.wald.intevation.org