summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Converted tabs to whitespacesKore Nordmann2006-06-281-19/+19
* - Added SVG driverKore Nordmann2006-06-288-10/+1432
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-2715-172/+224
* - Fixed: Let all exceptions extend basic abstract ezcGraph exceptionKore Nordmann2006-06-2714-12/+33
* - Made symbol size in line charts customizeableKore Nordmann2006-06-272-2/+13
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-203-53/+177
* - Added option for maximum size for arrow headsKore Nordmann2006-06-197-81/+137
* - Updated TODOKore Nordmann2006-06-191-0/+2
* - Use custom minimum and maximum values on numeric axis for automatic scalingKore Nordmann2006-06-192-0/+108
* - 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-192-3/+36
* assert{private|protected}PropertySame() -> assertSame( ..., getNonPublicPrope...Sebastian Bergmann2006-06-151-2/+2
* - Updated TODO listKore Nordmann2006-06-141-5/+3
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-144-130/+130
* - Add possibility to use filled line chartsKore Nordmann2006-06-142-1/+154
* - Missed to revert local changes in testKore Nordmann2006-06-141-2/+1
* - Made line thickness for line charts adjustableKore Nordmann2006-06-147-11/+133
* - Disable rendering of selected chart elementsKore Nordmann2006-06-145-0/+87
* - Use margin, when rendering chart titleKore Nordmann2006-06-142-2/+55
* - Added test and implementation for exclusive zero valuesKore Nordmann2006-06-132-2/+39
* - Fixed division by zero caused by no amplitude in dataKore Nordmann2006-06-132-0/+37
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-1210-28/+337
* - Added tests and implementation for ezcGraphRenderer2D::drawBackgroundImageKore Nordmann2006-06-122-1/+26
* - Finished pie data rendering testKore Nordmann2006-06-121-7/+39
* - Move pie chart elements out of the middle on highlightKore Nordmann2006-06-123-3/+45
* - Added possibility to highlight datasets and dataset elementsKore Nordmann2006-06-124-4/+114
* - Moved pie chart options to own option classKore Nordmann2006-06-123-8/+77
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-1213-67/+543
* - Added missing exception to autoload fileKore Nordmann2006-06-124-1/+77
* - Noted bugfix in ChangeLogKore Nordmann2006-06-121-0/+2
* - Fixed bug #8488 (ezcGraphPaletteBlack has same description as Kore Nordmann2006-06-122-3/+17
* - Added tests and implementation for pie segments and rects to the 2d rendererKore Nordmann2006-06-122-2/+128
* - Forgot to reactivate tearDown methodKore Nordmann2006-06-091-1/+1
* - Improved supersamplingKore Nordmann2006-06-094-45/+59
* - Fixed line endings in files (Fixes bug #8457: Blank line at the end ofDerick Rethans2006-06-084-4/+1
* - Added todo listKore Nordmann2006-06-081-0/+34
* - Added grids to line charts (tests & implementation)Kore Nordmann2006-06-086-13/+233
* - Fixed typo (Thanks sb)Kore Nordmann2006-06-081-1/+1
* - Silented warning caused by autoload in devel modeKore Nordmann2006-06-081-1/+3
* - Handle Much data points with labeled axisKore Nordmann2006-06-082-4/+90
* - Added test for numerix X axisKore Nordmann2006-06-082-0/+103
* - Fixed CS issues in exceptionsKore Nordmann2006-06-0810-11/+11
* - Refactored axis API to be able to use each axis type for both, X- and Y-axisKore Nordmann2006-06-084-66/+120
* - Elaborate in exceptionsKore Nordmann2006-06-0811-0/+44
* - Cleaned up testsKore Nordmann2006-06-0713-1819/+1049
* - Added additional parameter 'spacing' for legendsKore Nordmann2006-06-063-24/+35
* - Draw background and border for chartsKore Nordmann2006-06-068-70/+84
* - Apply padding after rendering backgroundKore Nordmann2006-06-062-15/+15
* - Added gridColor option to palettesKore Nordmann2006-06-066-25/+63
* - Added outomatic colorization from palletsKore Nordmann2006-06-0620-162/+455
OpenPOWER on IntegriCloud