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