summaryrefslogtreecommitdiffstats
path: root/src/graph.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
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Implamented feature #14146: Add new data symbols - square and boxKore Nordmann2009-01-201-0/+8
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-181-0/+5
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-031-0/+5
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Added support for odometer chartsKore Nordmann2007-11-211-0/+4
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Implemented #9405 (PDO data set)Kore Nordmann2007-02-151-0/+9
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-131-0/+4
| | | | | | | | | # 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 and improved documentationKore Nordmann2006-09-201-2/+70
|
* - Enhanced font configurationKore Nordmann2006-09-061-5/+0
| | | | | | | | | - 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
* - Started refactoring of font configurationKore Nordmann2006-08-181-0/+10
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-0/+4
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-47/+0
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-0/+4
| | | | | | # Most test run again, but complete result is still errnous
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-0/+6
|
* - Added test for palettesKore Nordmann2006-06-061-0/+13
| | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet
* - Added tests for vertical alignementKore Nordmann2006-06-021-0/+1
| | | | | | - Added support for vertical alignement to GD driver
* - Added test for axis renderingKore Nordmann2006-05-311-3/+3
| | | | | | | - Implemented axis rendering - Missing lables
* - Added basic 2d renderer testKore Nordmann2006-05-291-0/+2
| | | | | | - Implemented tested 2d renderer functions
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-0/+2
| | | | | | - Implemented legend rendering
* - Implementation for legend testsKore Nordmann2006-05-151-0/+5
|
* - Fixed version tagKore Nordmann2006-05-151-1/+1
|
* - Added basic tests for dataset creationKore Nordmann2006-05-101-0/+2
|
* - Fixed codingstyle and doc blockKore Nordmann2006-05-081-4/+4
|
* - Added test for ezcGraph classKore Nordmann2006-05-081-5/+19
| | | | | | | - Added basic autoload file - Implemented factory method for charts
* - Added class stubs for ezcGraphKore Nordmann2006-05-081-0/+32
OpenPOWER on IntegriCloud