changeset 8265:78184aa612dd

Added themes for SQ relation overview chart.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 12 Sep 2014 14:56:22 +0200
parents 4d99606a844e
children 512b5c948881
files artifacts/doc/conf/themes.xml artifacts/doc/conf/themes/default.xml
diffstat 2 files changed, 178 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/themes.xml	Fri Sep 12 14:55:42 2014 +0200
+++ b/artifacts/doc/conf/themes.xml	Fri Sep 12 14:56:22 2014 +0200
@@ -273,6 +273,36 @@
         <mapping from="sq_f_curve" to="SQCurve" />
         <mapping from="sq_f_outlier_curve" to="SQCurve" />
         <mapping from="sq_f_outlier_measurement" to="SQMeasurements" />
+        <mapping from="sq_a_measurement_overview" to="SQMeasurementsA" />
+        <mapping from="sq_a_outlier_overview" to="SQOutliersA" />
+        <mapping from="sq_a_curve_overview" to="SQCurveA" />
+        <mapping from="sq_a_outlier_curve_overview" to="SQCurveA" />
+        <mapping from="sq_a_outlier_measurement_overview" to="SQMeasurementsA" />
+        <mapping from="sq_b_measurement_overview" to="SQMeasurementsB" />
+        <mapping from="sq_b_outlier_overview" to="SQOutliersB" />
+        <mapping from="sq_b_curve_overview" to="SQCurveB" />
+        <mapping from="sq_b_outlier_curve_overview" to="SQCurveB" />
+        <mapping from="sq_b_outlier_measurement_overview" to="SQMeasurementsB" />
+        <mapping from="sq_c_measurement_overview" to="SQMeasurementsC" />
+        <mapping from="sq_c_outlier_overview" to="SQOutliersC" />
+        <mapping from="sq_c_curve_overview" to="SQCurveC" />
+        <mapping from="sq_c_outlier_curve_overview" to="SQCurveC" />
+        <mapping from="sq_c_outlier_measurement_overview" to="SQMeasurementsC" />
+        <mapping from="sq_d_measurement_overview" to="SQMeasurementsD" />
+        <mapping from="sq_d_outlier_overview" to="SQOutliersD" />
+        <mapping from="sq_d_curve_overview" to="SQCurveD" />
+        <mapping from="sq_d_outlier_curve_overview" to="SQCurveD" />
+        <mapping from="sq_d_outlier_measurement_overview" to="SQMeasurementsD" />
+        <mapping from="sq_e_measurement_overview" to="SQMeasurementsE" />
+        <mapping from="sq_e_outlier_overview" to="SQOutliersE" />
+        <mapping from="sq_e_curve_overview" to="SQCurveE" />
+        <mapping from="sq_e_outlier_curve_overview" to="SQCurveE" />
+        <mapping from="sq_e_outlier_measurement_overview" to="SQMeasurementsE" />
+        <mapping from="sq_f_measurement_overview" to="SQMeasurementsF" />
+        <mapping from="sq_f_outlier_overview" to="SQOutliersF" />
+        <mapping from="sq_f_curve_overview" to="SQCurveF" />
+        <mapping from="sq_f_outlier_curve_overview" to="SQCurveF" />
+        <mapping from="sq_f_outlier_measurement_overview" to="SQMeasurementsF" />
         <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" />
         <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" />
         <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" />
--- a/artifacts/doc/conf/themes/default.xml	Fri Sep 12 14:55:42 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Fri Sep 12 14:56:22 2014 +0200
@@ -2508,4 +2508,152 @@
             <field name="linecolor" type="Color" default="255, 0, 0" />
         </fields>
     </theme>
+
+    <theme name="SQMeasurementsA">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsB">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 255, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsC">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 255, 0" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsD">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsE">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 255, 0" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsF">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="SQOutliersA">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 100, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersB">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 255, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersC">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 255, 100" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersD">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 100, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersE">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 255, 100" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersF">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 100, 100" />
+        </fields>
+    </theme>
+
+
+    <theme name="SQCurveA">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 0, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveB">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 175, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveC">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 175, 0" />
+        </fields>
+    </theme>
+    <theme name="SQCurveD">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 0, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveE">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 175, 0" />
+        </fields>
+    </theme>
+    <theme name="SQCurveF">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 0, 0" />
+        </fields>
+    </theme>
 </themegroup>

http://dive4elements.wald.intevation.org