Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 8950:b0aeed4c97c1
Implemented chart output for sinfo flow depth min/max calculation
author | gernotbelger |
---|---|
date | Thu, 15 Mar 2018 17:22:28 +0100 |
parents | a9950a3a71e5 |
children | ee5ce13016ed |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Wed Mar 14 18:34:34 2018 +0100 +++ b/artifacts/doc/conf/themes/default.xml Thu Mar 15 17:22:28 2018 +0100 @@ -2890,6 +2890,22 @@ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> </fields> </theme> + <theme name="SInfoFlowDepthMin"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> + </fields> + </theme> + <theme name="SInfoFlowDepthMax"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> + </fields> + </theme> <theme name="SInfoTkh"> <inherits> <inherit from="LongitudinalSection" />