| PEAR Announce 2005-01-27, 8:57 pm |
| The new PEAR package Image_Graph-0.3.0dev3 (devel) has been released at http://pear.php.net/.
Release notes
-------------
* Added possibility to invert axis direction, fx. minimum at top or bottom
* Added methods to handle axis label customization (Image_Graph_Axis::setLabelOption() and Image_Graph_Axis::setLabelOptions())
* Minor change to the way GD driver(s) calculate height (so that fx. x-axis labels appear printed on the same baseline)
* Fixed axis so that forceMinimum() works with axis intersection
* Fixed PDF (PDFlib) driver to display images correctly
* Fixed factory method class name alias 'vector', tried to create Image_Graph_Dataset_Vector instead of Image_Graph_Dataset_VectorFunction
* Fixed a minor problem in category axis when adding more that one point with the same value, i.e. ('A', 10), ('A', 20)
* Fixed problem with grids on category axis
* Added possiblitity to add simple colors to Image_Graph_Line_Array
* Added id tags for line styles
* Performance optimization/tuning (axis, elements)
* Removed XML_SVG driver which was included by mistake (SWF driver remains, but has several unimplemented features)
* Added more tests
Package Info
-------------
This package helps you to easily create highly versatile graphs.
Related Links
-------------
Package home: http://pear.php.net/package/Image_Graph
Changelog: http://pear.php.net/package/Image_G...nload/0.3.0dev3
Download: http://pear.php.net/get/Image_Graph-0.3.0dev3.tgz
Authors
-------------
Stefan Neufeind <pear.neufeind@speedpartner.de> (lead)
Tobias Schlitt <toby@php.net> (lead)
Jesper Veggerby (lead)
|