summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Added implementation for bar charts to 3d rendererKore Nordmann2006-08-152-2/+124
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-158-93/+281
* - Forgot to add ezcGraphInvalidDisplayTypeExceptionKore Nordmann2006-08-141-0/+39
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-1417-86/+571
* - Added templating for SVG documentsKore Nordmann2006-08-095-42/+155
* - Added inline base64 encoded images for svg driverKore Nordmann2006-08-091-9/+14
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-099-140/+82
* - Added possibility to set a background for gd driverKore Nordmann2006-08-092-33/+113
* - Fixed minor rendering error in 3d rendererKore Nordmann2006-08-091-2/+2
* - Added date axisKore Nordmann2006-08-092-0/+386
* - 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
OpenPOWER on IntegriCloud