summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove not longer used png compare imagesKore Nordmann2006-09-182-0/+0
* - Use faster SVG driver for all pie chart testsKore Nordmann2006-09-183-30/+39
* - Made pie chart size configurableKore Nordmann2006-09-185-5/+43
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-186-1/+88
* - Added missing comparision fileKore Nordmann2006-09-141-0/+2
* - Fixed tests casesKore Nordmann2006-09-141-8/+10
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-1422-352/+30
* - Fixed bug in 3d shadowsKore Nordmann2006-09-121-3/+16
* - Made id prefix for svg elements customizeableKore Nordmann2006-09-1275-81/+112
* - Added shadow for pie charts in 2d rendererKore Nordmann2006-09-124-23/+144
* - Added ez blue paletteKore Nordmann2006-09-122-0/+83
* - Added image map supportKore Nordmann2006-09-1290-170/+796
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-116-5/+70
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-1129-69/+194
* - Added closing PHP tagKore Nordmann2006-09-081-0/+1
* - Added wikipedia exampleKore Nordmann2006-09-081-0/+38
* - Removed generation of files in non temp dirsKore Nordmann2006-09-071-4/+4
* - Added axis label rendering to 2d rendererKore Nordmann2006-09-074-0/+109
* - Added axis labelsKore Nordmann2006-09-076-2/+131
* - Use assertImageSimilar for png image comparision in renderer 3d testKore Nordmann2006-09-071-3/+5
* - Added test for constructor parameterKore Nordmann2006-09-072-1/+14
* - Made maximum polynom order for average polynoms constructor parameterKore Nordmann2006-09-062-14/+8
* - Got average datasets workingKore Nordmann2006-09-065-43/+385
* - Pimped symbols and bar chartsKore Nordmann2006-09-069-166/+323
* - Missed to commit font type exception file.Kore Nordmann2006-09-062-1/+30
* - Enhanced font configurationKore Nordmann2006-09-0624-53/+432
* - Pimped pie chartsKore Nordmann2006-08-2566-275/+1068
* - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnitDerick Rethans2006-08-227-0/+28
* - Started refactoring of font configurationKore Nordmann2006-08-1815-73/+83
* - Moved properties to properties arrayKore Nordmann2006-08-1863-932/+870
* - Updated to use new property mechanism.Derick Rethans2006-08-171-27/+12
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-177-62/+459
* - Added transpose method to matrix classKore Nordmann2006-08-162-0/+43
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-168-0/+877
* - Created generic renderer options classKore Nordmann2006-08-1668-372/+458
* - Fixed bar chart cylinder to only render frontKore Nordmann2006-08-151-1/+1
* - Fixed problem with negative heights of circularArcs in SVG rendererKore Nordmann2006-08-151-2/+2
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-153-19/+39
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-157-77/+282
* - Added implementation for bar charts to 3d rendererKore Nordmann2006-08-154-3/+155
* - Updated design document according to latest API changesKore Nordmann2006-08-151-10/+16
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-1523-369/+533
* - Forgot to add ezcGraphInvalidDisplayTypeExceptionKore Nordmann2006-08-141-0/+39
* Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...Sebastian Bergmann2006-08-148-45/+45
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-1433-335/+1097
* - Added templating for SVG documentsKore Nordmann2006-08-099-42/+516
* - Added inline base64 encoded images for svg driverKore Nordmann2006-08-093-9/+18
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-0919-163/+451
* - Added possibility to set a background for gd driverKore Nordmann2006-08-0913-34/+199
* - Fixed minor rendering error in 3d rendererKore Nordmann2006-08-099-2/+2
OpenPOWER on IntegriCloud