You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Wolfgang Moestl (JIRA)" <de...@myfaces.apache.org> on 2008/11/14 09:16:44 UTC

[jira] Created: (TRINIDAD-1305) : attributes for rotating the x- and y-axis labels by a given angle

<tr:chart>: attributes for rotating the x- and y-axis labels by a given angle
-----------------------------------------------------------------------------

                 Key: TRINIDAD-1305
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1305
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions: 1.2.9-core
         Environment: all
            Reporter: Wolfgang Moestl


Hi,

Please add two new attributes to <tr:chart> allowing to rotate the x and y axis labels by a given angle.

In my case the x-axis labels (the group labels) are timestamps using the format "yyyy.MMM.dd hh:MM:ss", thus they are quite long.
I need to rotate them by -45 degrees in order to be readable. If the're not rotated they are printed one over the other, making them impossible to read.

Example:

<tr:chart
    id="myCahrtId"
    type="line"
    value="#{myBackingBean.myChartModel}"
    perspective="true"
    xLabelRotation="-45"
    yLabelRotation="25"
/>

Thanks a lot!

Cheers,


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.