Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 9033:384eee4b4135
Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
author | mschaefer |
---|---|
date | Fri, 27 Apr 2018 17:41:59 +0200 |
parents | 6e5ff436febe |
children | c16e90a0baf7 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Fri Apr 27 17:35:12 2018 +0200 +++ b/artifacts/doc/conf/themes/default.xml Fri Apr 27 17:41:59 2018 +0200 @@ -3004,4 +3004,20 @@ <field name="areatransparency" type="int" default="20" /> </fields> </theme> + <theme name="SInfoPredefinedDepthEvol"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 192" /> + </fields> + </theme> + <theme name="SInfoPredefinedDepthEvolPerYear"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 128" /> + </fields> + </theme> </themegroup> \ No newline at end of file