summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Added svg rendering optionsKore Nordmann2006-08-082-8/+122
* - Fixed calculation of title boundings to respect margin of title elementKore Nordmann2006-08-081-1/+25
* - 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-081-8/+25
* - Applied pie chart label renderer changes to 3d rendererKore Nordmann2006-08-082-213/+194
* - Removed broken and yet useless namespace assignement from generated SVGKore Nordmann2006-08-081-1/+3
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-072-49/+2
* - Renamed Dataset to DataSetKore Nordmann2006-08-0716-57/+57
* - Fixed pie chart labelingKore Nordmann2006-08-072-109/+181
* - Forgot adding 3d renderer options in last commitKore Nordmann2006-08-021-0/+172
* - Added basic 3d rendererKore Nordmann2006-08-027-79/+1303
* - 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-301-27/+26
* - Fixed boundings for line chart dataKore Nordmann2006-07-241-4/+7
* - Added axis label renderer for centered labelsKore Nordmann2006-07-245-22/+136
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-249-169/+281
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-2110-229/+191
* - Fixed pie chart labelingKore Nordmann2006-07-131-1/+1
* - Fixed pie chart labelingKore Nordmann2006-07-112-9/+3
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-114-18/+36
* - Fixed bounding calculation for legendKore Nordmann2006-07-111-20/+20
* - Fixed gd driver test cases to use assertImageSimilarKore Nordmann2006-07-111-4/+9
* - Refactored ezcGraphRendererKore Nordmann2006-07-1124-939/+1866
* - Converted tabs to whitespacesKore Nordmann2006-06-281-19/+19
* - Added SVG driverKore Nordmann2006-06-285-8/+455
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-273-8/+59
* - 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-202-32/+53
* - Added option for maximum size for arrow headsKore Nordmann2006-06-193-77/+27
* - Use custom minimum and maximum values on numeric axis for automatic scalingKore Nordmann2006-06-191-0/+11
* - Fixed division by zero with zero values and filled linesKore Nordmann2006-06-191-3/+5
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-141-21/+21
* - Add possibility to use filled line chartsKore Nordmann2006-06-141-0/+75
* - Made line thickness for line charts adjustableKore Nordmann2006-06-146-6/+73
* - Disable rendering of selected chart elementsKore Nordmann2006-06-143-0/+28
* - Use margin, when rendering chart titleKore Nordmann2006-06-141-2/+2
* - Added test and implementation for exclusive zero valuesKore Nordmann2006-06-131-2/+9
* - Fixed division by zero caused by no amplitude in dataKore Nordmann2006-06-131-0/+7
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-126-24/+140
* - Added tests and implementation for ezcGraphRenderer2D::drawBackgroundImageKore Nordmann2006-06-121-1/+6
* - Move pie chart elements out of the middle on highlightKore Nordmann2006-06-122-2/+13
* - Added possibility to highlight datasets and dataset elementsKore Nordmann2006-06-123-0/+77
* - Moved pie chart options to own option classKore Nordmann2006-06-123-8/+77
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-128-29/+244
* - Added missing exception to autoload fileKore Nordmann2006-06-123-1/+56
* - 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-121-2/+30
* - Improved supersamplingKore Nordmann2006-06-092-33/+47
OpenPOWER on IntegriCloud