Author: norman.richards(a)jboss.com
Date: 2009-02-25 12:27:17 -0500 (Wed, 25 Feb 2009)
New Revision: 10089
Modified:
trunk/examples/itext/build.xml
trunk/examples/itext/view/chart.xhtml
Log:
JBSEAM-3750
Modified: trunk/examples/itext/build.xml
===================================================================
--- trunk/examples/itext/build.xml 2009-02-25 17:20:56 UTC (rev 10088)
+++ trunk/examples/itext/build.xml 2009-02-25 17:27:17 UTC (rev 10089)
@@ -27,7 +27,11 @@
<path id="build.classpath.extras">
<fileset refid="seam.pdf.jar" />
</path>
-
+ <!-- for itext cjk test
+ <fileset id="war.lib.extras" dir="lib">
+ <include name="**/*.jar" />
+ </fileset>
+ -->
</project>
Modified: trunk/examples/itext/view/chart.xhtml
===================================================================
--- trunk/examples/itext/view/chart.xhtml 2009-02-25 17:20:56 UTC (rev 10088)
+++ trunk/examples/itext/view/chart.xhtml 2009-02-25 17:27:17 UTC (rev 10089)
@@ -10,6 +10,11 @@
<p:color id="foo" color="#0ff00f"/>
<p:color id="bar" color="#ff00ff" color2="#00ff00"
point="50 50" point2="300 300"/>
+ <p:timeserieschart dataset="#{chartseries.dataset}" title="Time
Series Chart"
+ domainAxisLabel="Domain"
rangeAxisLabel="Range" foo="bar">
+ <p:series key="foo" />
+ </p:timeserieschart>
+
<p:piechart title="Pie Chart" width="500"
height="500" legend="true"
borderBackgroundPaint="#ffffff" borderStroke="dot1"
borderPaint="blue" borderVisible="false"
plotBackgroundPaint="#ffffff" plotBackgroundAlpha="1"
plotForegroundAlpha="1"
Show replies by date