summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-211-0/+1
|
* - Implemented: #15135: Add support for pecl/cairo's object-oriented APIKore Nordmann2009-07-141-0/+1
| | | | | | # Thanks to Michael Maclean for the implementation
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-141-7/+10
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-0/+1
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-031-0/+1
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Fixed year in autoload file.Tobias Schlitt2008-01-041-1/+1
|
* - Regenerated autoload file.Tobias Schlitt2008-01-041-2/+1
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Got cairo driver mostly working.Kore Nordmann2007-12-171-0/+2
| | | | | | | # Only full support for rotated texts is still missing # Execute the added tutorial example to see the current result.
* - It was not possible to cause this exceptionKore Nordmann2007-11-271-1/+0
|
* - Fixed some first issues in GraphKore Nordmann2007-11-231-1/+0
|
* - Added support for odometer chartsKore Nordmann2007-11-211-0/+3
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-061-0/+1
|
* - Added dataset properties for axis assignementsKore Nordmann2007-09-041-0/+2
| | | | | | # More progress on the way to multiple axis support
* - Added axis container classKore Nordmann2007-09-041-2/+4
| | | | | | # First step to support multiple axis
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+1
|
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-0/+1
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Update autoload file for Graph, they are now sorted according to dependencies.Derick Rethans2007-05-031-112/+100
|
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-031-4/+0
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-021-0/+1
|
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-261-0/+1
| | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers
* - First working version of radar chartsKore Nordmann2007-04-261-0/+2
| | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-0/+1
| | | | | | with bar charts
* - Added private classes for more convenient coordinate and vector Kore Nordmann2007-03-271-0/+4
| | | | | | transformations
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-0/+3
| | | | | | images in ezcGraphTools
* - Implemented #20276 for centered axis label rendererKore Nordmann2007-02-261-0/+1
|
* - Implemented #9405 (PDO data set)Kore Nordmann2007-02-151-0/+4
|
* - Added simple class for 2d vectors as an extension for coordinates to Kore Nordmann2007-01-251-0/+1
| | | | | | simplify calculations.
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Fixed issue #9916: ArrayDataSet can handle Iterator was not documentedKore Nordmann2007-01-031-0/+1
| | | | | | - Added and test additional typecheck
* - Fixed: Bug #9926 (Float values with date axis result in date parsing Kore Nordmann2007-01-031-0/+1
| | | | | | exception)
* - Implemented feature #9402: (Numeric datasets)Kore Nordmann2006-12-201-0/+1
|
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-301-0/+1
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-301-4/+4
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-031-0/+2
| | | | | | - Added mojor grid color in ez palettes
* - Added two new palettes (ezGreen and ezRed)Kore Nordmann2006-10-261-0/+2
| | | | | | - Added more examples for newsletter
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-131-0/+5
| | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite
* - Added documentationKore Nordmann2006-09-211-6/+0
| | | | | | - Removed no longer used exceptions
* - Added two small test for palettes ez and ezBlueKore Nordmann2006-09-201-0/+1
| | | | | | | - Fixes shadows in 3d renderer - Added ez palette
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-181-0/+1
| | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
* - Added ez blue paletteKore Nordmann2006-09-121-0/+1
|
* - Added image map supportKore Nordmann2006-09-121-0/+1
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Enhanced font configurationKore Nordmann2006-09-061-1/+3
| | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size
* - Pimped pie chartsKore Nordmann2006-08-251-1/+3
| | | | | | | | Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg # Caused by a 25h travel from Dortmund to Vancover and commited on an open # WLAN in Osoyoos in Okanagan Valley, Canada
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-171-1/+1
| | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-161-0/+5
|
OpenPOWER on IntegriCloud