Print

Print


Author: [log in to unmask]
Date: Tue Feb  2 17:37:59 2016
New Revision: 4165

Log:
Turn off display of zero height bins in color maps.

Modified:
    webapps/trunk/data-quality-webapp/src/main/webapp/plot_page.jsp

Modified: webapps/trunk/data-quality-webapp/src/main/webapp/plot_page.jsp
 =============================================================================
--- webapps/trunk/data-quality-webapp/src/main/webapp/plot_page.jsp	(original)
+++ webapps/trunk/data-quality-webapp/src/main/webapp/plot_page.jsp	Tue Feb  2 17:37:59 2016
@@ -81,6 +81,7 @@
                     <aida:style type="fill">
                         <aida:attribute name="color" value="blue"/>
                         <aida:attribute name="colorMapScheme" value="rainbow"/>
+                        <aida:attribute name="showZeroHeightBins" value="false"/>
                     </aida:style>
                     <aida:style type="line">
                         <aida:attribute name="color" value="black"/>
@@ -91,7 +92,7 @@
                         <aida:attribute name="color" value="blue"/>
                     </aida:style>
                 </aida:style>
-                <c:if test="${fn:length(aidaObjects) ==1}">
+                <c:if test="${fn:length(aidaObjects) == 1}">
                     <aida:style type="title">
                         <aida:style type="text">
                             <aida:attribute name="fontSize" value="20"/>