Top Level :: Images

Package Information: Image_Graph 0.3.0

Show All Changelogs
» Version » Information
0.7.2 2006-03-02     alpha
0.7.1 2005-10-05     alpha
0.7.0 2005-09-30     alpha
0.6.0 2005-08-27     alpha
0.5.0 2005-08-08     alpha
0.4.0 2005-05-24     alpha
0.3.0Download

Release date: 2005-02-25 08:37 UTC
Release state: alpha

Changelog:

Added possibility to use arrays of the type $data[$id] = array('x' => $x, 'y' => $y) for easy data addition to a dataset
* Added use of 'null' y-values in line plots (normal and smoothed) causing a break in the line (instead of dropping to zero)
* Added possibility to make one legend use multiple plotareas
* Added grouping to drivers (currently only fully supported by SVG driver)
* Added axis padding (padding inside the plotarea)
* Added Image_Graph_Axis::setFixedSize() to allow for alignment of axis on different plotareas when in a layout
* Added possibility to use padding with overlayed legends to make legend _not_ display fx. on-top of y-axis
* Added/improved support for multi line text using GD drivers
* Added support for antialiasing images when using GD (GD built in method)
* Implemented simple shadows (and removed shadow images from distribution)
* Fixed bug #3346 "double as data"
* Fixed a problem with normal multi-data bar charts not displaying expected bar width
* Fixed problem with legends when overlayed
* Fixed axis not displaying labels after resetting driver
* Fixed problem in SVG driver with vertical texts
* Fixed a problem with line axis marker on a secondary y-axis displaying vertically instead of horizontally
* Fixed problem with logarithmic axis not scaling properly
* Changed the way coordinates are calculated when adding titles to non-layout objects
* Changed which changes API causing minor BC breaks
- Renamed Image_Graph_Plot_Bar::barWidth() to Image_Graph_Plot_Bar::setBarWidth()
- Renamed Image_Graph_Plot_Bar::spacing() to Image_Graph_Plot_Bar::setSpacing()
- Removed Image_Graph_Layout_Plotarea, it being completely obsolete with introduction of Image_Graph_Axis::setTitle()
* Updated header comment blocks to conform to new standards as specified by RFC
* Performance optimizations

Dependencies:
0.3.0dev4 2005-01-28     devel
0.3.0dev3 2005-01-27     devel
0.3.0dev2 2005-01-13     devel
0.3.0dev1 2004-10-25     devel
0.2.1 2004-02-22     alpha
0.2.0RC1 2004-02-14     alpha
0.1.1 2003-11-13     alpha
0.1 2003-11-01     alpha