Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 9259:66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
author | mschaefer |
---|---|
date | Mon, 16 Jul 2018 08:43:07 +0200 |
parents | 0dcd1cd41915 |
children | 385b52ccde23 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Mon Jul 16 08:41:51 2018 +0200 +++ b/artifacts/doc/conf/themes/default.xml Mon Jul 16 08:43:07 2018 +0200 @@ -2883,4 +2883,34 @@ <field name="linecolor" type="Color" display="Farbe" default="0, 96, 192" /> </fields> </theme> + <theme name="SInfoMainValuesQ"> + <inherits> + <inherit from="Lines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" default="51, 204, 0" /> + <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> + <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true" hints="hidden" /> + </fields> + </theme> + <theme name="SInfoMainValuesW"> + <inherits> + <inherit from="Lines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" default="0, 102, 204" /> + <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> + <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true" hints="hidden" /> + </fields> + </theme> + <theme name="InfrastructureWQ"> + <inherits> + <inherit from="Lines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" default="144, 48, 96" /> + <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> + <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true" hints="hidden" /> + </fields> + </theme> </themegroup> \ No newline at end of file