summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Added date axisKore Nordmann2006-08-094-0/+742
* - Added svg rendering optionsKore Nordmann2006-08-0830-269/+290
* - Fixed calculation of title boundings to respect margin of title elementKore Nordmann2006-08-084-1/+78
* - Removed not used call of gd function in svg driverKore Nordmann2006-08-081-1/+0
* - Fixed drawing of chart title in 3d rendererKore Nordmann2006-08-084-8/+57
* - Applied pie chart label renderer changes to 3d rendererKore Nordmann2006-08-0810-213/+216
* - Remove tempdir again after svg driver testsKore Nordmann2006-08-081-1/+1
* - Removed broken and yet useless namespace assignement from generated SVGKore Nordmann2006-08-082-31/+33
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-0719-325/+194
* - Renamed Dataset to DataSetKore Nordmann2006-08-0721-103/+103
* - Fixed pie chart labelingKore Nordmann2006-08-0720-113/+264
* - Forgot adding 3d renderer options in last commitKore Nordmann2006-08-021-0/+172
* - Added basic 3d rendererKore Nordmann2006-08-0238-312/+1904
* - Fixed reversed display of data in 2d rendererKore Nordmann2006-08-021-4/+4
* - Removed no longer needed configuration options (moved to renderer options)Kore Nordmann2006-08-011-43/+0
* - Fixed borders for title elementKore Nordmann2006-07-302-33/+32
* - Fixed boundings for line chart dataKore Nordmann2006-07-245-15/+18
* - Added axis label renderer for centered labelsKore Nordmann2006-07-2410-97/+681
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-2415-538/+1016
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-2112-240/+408
* - Fixed pie chart labelingKore Nordmann2006-07-134-8/+8
* - Forget again to remove test files in one testKore Nordmann2006-07-111-1/+1
* - Fixed pie chart labelingKore Nordmann2006-07-115-21/+15
OpenPOWER on IntegriCloud