Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 8961:8a1c6e2ad48b
Implemented datacage for min/max bedheights.
Allow to add min/max bed heights as themes to charts.
author | gernotbelger |
---|---|
date | Wed, 28 Mar 2018 14:35:01 +0200 |
parents | ee5ce13016ed |
children | 6e5ff436febe |
comparison
equal
deleted
inserted
replaced
8960:66ce19d2c5f1 | 8961:8a1c6e2ad48b |
---|---|
2871 <fields> | 2871 <fields> |
2872 <field name="linecolor" type="color" default="175, 175, 175" /> | 2872 <field name="linecolor" type="color" default="175, 175, 175" /> |
2873 </fields> | 2873 </fields> |
2874 </theme> | 2874 </theme> |
2875 | 2875 |
2876 <!-- S-INFO Data-Themes --> | |
2877 <theme name="SInfoBedHeightMin"> | |
2878 <inherits> | |
2879 <inherit from="LongitudinalSectionW" /> | |
2880 </inherits> | |
2881 <fields> | |
2882 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" /> | |
2883 </fields> | |
2884 </theme> | |
2885 <theme name="SInfoBedHeightMax"> | |
2886 <inherits> | |
2887 <inherit from="LongitudinalSectionW" /> | |
2888 </inherits> | |
2889 <fields> | |
2890 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" /> | |
2891 </fields> | |
2892 </theme> | |
2893 | |
2876 <!-- S-INFO Flow-Depth Themes --> | 2894 <!-- S-INFO Flow-Depth Themes --> |
2877 <theme name="SInfoFlowDepth"> | 2895 <theme name="SInfoFlowDepth"> |
2878 <inherits> | 2896 <inherits> |
2879 <inherit from="LongitudinalSectionW" /> | 2897 <inherit from="LongitudinalSectionW" /> |
2880 </inherits> | 2898 </inherits> |