Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

Bug #5429 When Axis location is moved Graph does not move approriately
Submitted: 2005-09-16 11:27 UTC
From: james dot kilbride at gd-ais dot com Assigned: nosey
Status: Assigned Package: Image_Graph
PHP Version: 5.0.5 OS: Red Hat 7.3
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-16 11:27 UTC] james dot kilbride at gd-ais dot com
Description: ------------ Basically if you move the X axis to the top and flip the location of the labels to the outside they get cut off due to the top of the graph not moving down to accomodate them. This may also be true for flipped Y axis, have not tested that specifically. Test script: --------------- On any graph do the following: $AxisX->setFontAngle('vertical'); $AxisX->setAxisIntersection('max'); $AxisX->setLabelOption('position', 'inside'); Expected result: ---------------- Top of the graph to move down, labels to be displayed along the top in a vertical position. Actual result: -------------- Graph expands to fill the whole area and labels are put up into the Title area, likely being completely unreadable as they get cut off at the edge of the plot area.

Comments

 [2005-11-16 18:47 UTC] nosey
Just a note - this is not forgotten, it's just a killer ;)