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

Bug #19555 Cannot overlay line on top of stacked bar graph
Submitted: 2012-08-09 19:05 UTC
From: wrsweeney Assigned:
Status: Open Package: Image_Graph (version 0.8.0)
PHP Version: 5.3.15 OS: Centos 5.8
Roadmaps: (Not assigned)    
Subscription  


 [2012-08-09 19:05 UTC] wrsweeney (Rick Sweeney)
Description: ------------ Customer needs stacked bar graph that displays proficiency of various agencies to solve problem. Attributes needed to calculate proficiency may be missing. In that case proficiency is calculated using average value. Then calculation is repeated using min value and max value. A line segment joining the min value calculation to the max value calculation is drawn on top of the average calculation in the stacked bar graph. Expected result: ---------------- Expect to see the line segment drawn above the bar graph as it was in version 0.7.2 of Image_Graph. Actual result: -------------- Line segment is not visible. Enclosed in files attached see sample code that reproduces the bug in file RunAnalysis.php. Must change the filename in Graph->done statement and run from command line. Bad result image is in 123-factorReportGraph.png. Good result from 6-21-2011 is in good_result.png.

Comments

 [2012-08-09 19:18 UTC] wrsweeney (Rick Sweeney)
-Operating System: +Operating System: Centos 5.8
Change RunAnalysis.txt to RunAnalysis.php and run from command line.