You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-issues@incubator.apache.org by "Christoph Läubrich (Updated JIRA)" <ji...@apache.org> on 2012/02/26 17:08:51 UTC

[jira] [Updated] (ZETACOMP-116) ezcGraphAxisRotatedLabelRenderer interferes with ezcGraphBarChart

     [ https://issues.apache.org/jira/browse/ZETACOMP-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Läubrich updated ZETACOMP-116:
----------------------------------------

    Attachment: problem.png
                working.png

working = commented out last 2 lines
problem = showing graph wich causes the problem
                
> ezcGraphAxisRotatedLabelRenderer interferes with ezcGraphBarChart
> -----------------------------------------------------------------
>
>                 Key: ZETACOMP-116
>                 URL: https://issues.apache.org/jira/browse/ZETACOMP-116
>             Project: Zeta Components
>          Issue Type: Bug
>          Components: Graph
>            Reporter: Christoph Läubrich
>         Attachments: problem.png, working.png
>
>
> Im using ezcGraphBarChart together with ezcGraphAxisRotatedLabelRenderer
> $graph = new ezcGraphBarChart();
> $graph->legend->position = ezcGraph::TOP;
> $graph->data[self::DATA_W] = new ezcGraphArrayDataSet( $dataM );
> $graph->data[self::DATA_M] = new ezcGraphArrayDataSet( $dataW );
> $graph->xAxis->labelCount = count($dataM);
> $graph->xAxis->axisLabelRenderer = new ezcGraphAxisRotatedLabelRenderer();
> $graph->xAxis->axisLabelRenderer->angle = 0;
> This results in the first bargraph is shifted out of the graph (to the left).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira