[jbpm-commits] JBoss JBPM SVN: r4895 - jbpm4/trunk/modules/integration/report/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 26 08:09:02 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-26 08:09:01 -0400 (Tue, 26 May 2009)
New Revision: 4895

Modified:
   jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
Log:
execitme quartiles on process definitions

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-26 11:03:58 UTC (rev 4894)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-26 12:09:01 UTC (rev 4895)
@@ -568,7 +568,7 @@
                     <property name="nativeDataType">12</property>
                 </structure>
             </list-property>
-            <property name="queryText">SELECT * 
+            <property name="queryText">SELECT *
 	FROM JBPM4_HIST_PROCINST J 
 	WHERE DURATION_ > 0</property>
         </oda-data-set>
@@ -2515,6 +2515,7 @@
         <Width>0.0</Width>
         <Height>0.0</Height>
       </Bounds>
+      <Anchor>West</Anchor>
       <Insets>
         <Top>3.0</Top>
         <Left>3.0</Left>
@@ -2563,7 +2564,7 @@
         </Font>
       </Text>
       <Orientation>Vertical</Orientation>
-      <Direction>Top_Bottom</Direction>
+      <Direction>Left_Right</Direction>
       <Separator>
         <Style>Solid</Style>
         <Thickness>1</Thickness>
@@ -2575,7 +2576,7 @@
         </Color>
         <Visible>true</Visible>
       </Separator>
-      <Position>Right</Position>
+      <Position>Below</Position>
       <ItemType>Series</ItemType>
       <Title>
         <Caption>
@@ -2756,7 +2757,7 @@
       <TitlePosition>Left</TitlePosition>
       <SeriesDefinitions>
         <Query>
-          <Definition></Definition>
+          <Definition>row[&quot;PROCDEFID_&quot;]</Definition>
         </Query>
         <SeriesPalette>
           <Entries xsi:type="attribute:ColorDefinition">
@@ -3346,7 +3347,7 @@
           <Visible>false</Visible>
         </Label>
         <DataDefinition>
-          <Definition>row.__rownum</Definition>
+          <Definition>row[&quot;PROCDEFID_&quot;]</Definition>
         </DataDefinition>
         <SeriesIdentifier></SeriesIdentifier>
         <DataPoint>
@@ -3406,9 +3407,20 @@
         <Bottom>0.0</Bottom>
         <Right>3.0</Right>
       </Insets>
-      <Visible>false</Visible>
+      <Visible>true</Visible>
+      <Ellipsis>45</Ellipsis>
     </Label>
     <LabelPosition>Below</LabelPosition>
+    <Staggered>false</Staggered>
+    <Triggers>
+      <Condition>onmouseover</Condition>
+      <Action>
+        <Type>Highlight</Type>
+        <Value xsi:type="attribute:SeriesValue">
+          <Name></Name>
+        </Value>
+      </Action>
+    </Triggers>
     <MajorGrid>
       <LineAttributes>
         <Style>Solid</Style>
@@ -3475,6 +3487,7 @@
   <Orientation>Vertical</Orientation>
   <UnitSpacing>50.0</UnitSpacing>
   <Rotation/>
+  <ReverseCategory>false</ReverseCategory>
 </model:ChartWithAxes>
 ]]></xml-property>
                                         <property name="outputFormat">SVG</property>




More information about the jbpm-commits mailing list