[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3117) Configure label direction of chart's domain axis

Alexander Kunkel (JIRA) jira-events at lists.jboss.org
Sun Jun 15 12:56:33 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-3117?page=comments#action_12417205 ] 
            
Alexander Kunkel commented on JBSEAM-3117:
------------------------------------------

Sample Code:

<p:linechart width="400" height="300" title="UP_45" domainLabelPosition="UP_45">
	<p:series key="partsrcvd">
		<p:data columnKey="0" key="abcdefg" value="0" />
		<p:data columnKey="1" key="hijklm" value="1" />
		<p:data columnKey="2" key="nopqrstuvwx" value="2" />
		<p:data columnKey="3" key="33" value="3" />
	</p:series>
</p:linechart>
<p:linechart width="400" title="STANDARD" height="300">
	<p:series key="partsrcvd">
		<p:data key="0" value="0" />
		<p:data key="1" value="1" />
		<p:data key="1" value="2" />
		<p:data key="3" value="3" />
	</p:series>
</p:linechart>
<p:barchart width="400" height="300" title="UP_90" domainLabelPosition="UP_90">
	<p:series key="partsrcvd">
		<p:data columnKey="0" key="abcdefg" value="0" />
		<p:data columnKey="1" key="hijklm" value="1" />
		<p:data columnKey="2" key="nopqrstuvwx" value="2" />
		<p:data columnKey="3" key="33" value="3" />
	</p:series>
</p:barchart>
<p:linechart width="400" height="300" title="UP_45, horizontal" orientation="horizontal" domainLabelPosition="UP_45">
	<p:series key="partsrcvd">
		<p:data columnKey="0" key="abcdefg" value="0" />
		<p:data columnKey="1" key="hijklm" value="1" />
		<p:data columnKey="2" key="nopqrstuvwx" value="2" />
		<p:data columnKey="3" key="33" value="3" />
	</p:series>
</p:linechart>

> Configure label direction of chart's domain axis
> ------------------------------------------------
>
>                 Key: JBSEAM-3117
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3117
>             Project: Seam
>          Issue Type: Feature Request
>          Components: PDF
>            Reporter: Alexander Kunkel
>         Attachments: Seam-Charts-Sample1.png, UIBarChart.java, UICategoryChartBase.java, UILineChart.java
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list