summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - 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-187-53/+20
* - Moved properties to properties arrayKore Nordmann2006-08-1839-84/+94
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-173-9/+158
* - Added transpose method to matrix classKore Nordmann2006-08-161-0/+18
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-163-0/+389
* - Created generic renderer options classKore Nordmann2006-08-1662-189/+302
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-151-19/+3
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-153-0/+72
* - Added implementation for bar charts to 3d rendererKore Nordmann2006-08-152-1/+31
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-1515-276/+252
* 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-1416-249/+526
* - Added templating for SVG documentsKore Nordmann2006-08-094-0/+361
* - Added inline base64 encoded images for svg driverKore Nordmann2006-08-092-0/+4
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-0910-23/+369
* - Added possibility to set a background for gd driverKore Nordmann2006-08-0911-1/+86
* - Fixed minor rendering error in 3d rendererKore Nordmann2006-08-098-0/+0
* - Added date axisKore Nordmann2006-08-092-0/+356
* - Added svg rendering optionsKore Nordmann2006-08-0828-261/+168
* - Fixed calculation of title boundings to respect margin of title elementKore Nordmann2006-08-083-0/+53
* - Fixed drawing of chart title in 3d rendererKore Nordmann2006-08-083-0/+32
* - Applied pie chart label renderer changes to 3d rendererKore Nordmann2006-08-088-0/+22
* - Remove tempdir again after svg driver testsKore Nordmann2006-08-081-1/+1
* - Removed broken and yet useless namespace assignement from generated SVGKore Nordmann2006-08-081-30/+30
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-0716-274/+190
* - Renamed Dataset to DataSetKore Nordmann2006-08-075-46/+46
* - Fixed pie chart labelingKore Nordmann2006-08-0718-4/+83
* - Added basic 3d rendererKore Nordmann2006-08-0230-230/+598
* - Fixed borders for title elementKore Nordmann2006-07-301-6/+6
* - Fixed boundings for line chart dataKore Nordmann2006-07-244-11/+11
* - Added axis label renderer for centered labelsKore Nordmann2006-07-245-75/+545
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-246-369/+735
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-212-11/+217
* - Fixed pie chart labelingKore Nordmann2006-07-133-7/+7
* - Forget again to remove test files in one testKore Nordmann2006-07-111-1/+1
* - Fixed pie chart labelingKore Nordmann2006-07-113-12/+12
* - Added comparision images for complete rendering testsKore Nordmann2006-07-114-10/+12
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-114-43/+85
* - Remove temp data after testKore Nordmann2006-07-111-1/+1
* - Fixed gd driver test cases to use assertImageSimilarKore Nordmann2006-07-1140-159/+198
* - Deleted no longer used test casesKore Nordmann2006-07-111-185/+0
* - Refactored ezcGraphRendererKore Nordmann2006-07-1110-2132/+1795
* - Added SVG driverKore Nordmann2006-06-282-0/+976
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-2710-154/+153
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-201-21/+124
* - Added option for maximum size for arrow headsKore Nordmann2006-06-194-4/+110
* - Use custom minimum and maximum values on numeric axis for automatic scalingKore Nordmann2006-06-191-0/+97
* - Added tests for setting axis types with new axis namesKore Nordmann2006-06-192-3/+39
* - Fixed division by zero with zero values and filled linesKore Nordmann2006-06-191-0/+31
OpenPOWER on IntegriCloud