summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - Pimped symbols and bar chartsKore Nordmann2006-09-065-165/+280
|
* - Missed to commit font type exception file.Kore Nordmann2006-09-062-1/+30
| | | | | | - Added more verbose text for font rendering exception.
* - Enhanced font configurationKore Nordmann2006-09-067-51/+206
| | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size
* - Pimped pie chartsKore Nordmann2006-08-2512-228/+890
| | | | | | | | Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg # Caused by a 25h travel from Dortmund to Vancover and commited on an open # WLAN in Osoyoos in Okanagan Valley, Canada
* - Started refactoring of font configurationKore Nordmann2006-08-188-20/+63
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - Moved properties to properties arrayKore Nordmann2006-08-1824-848/+776
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Updated to use new property mechanism.Derick Rethans2006-08-171-27/+12
|
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-174-53/+301
| | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm
* - Added transpose method to matrix classKore Nordmann2006-08-161-0/+25
|
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-165-0/+488
|
* - Created generic renderer options classKore Nordmann2006-08-166-183/+156
| | | | | | - Changed output driver in renderer tests to SVG for faster testcases
* - 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-152-0/+36
| | | | | | defaultDisplayType and the default axisLabelRenderer for the x axis
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-154-77/+210
|
* - 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 bar charts - Globally increase acceptable difference noise for created images in tests
* - 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
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Added possibility to set a background for gd driverKore Nordmann2006-08-092-33/+113
| | | | | | | | - Postprocess images in GD driver t prevent from additional resampling of images - Made used resampling function customizeable
* - 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
| | | | | | - Made line ending style for svg configurable
* - Fixed calculation of title boundings to respect margin of title elementKore Nordmann2006-08-081-1/+25
| | | | | | - Made ezcGraphChartElementText::maxHeight accessible
* - 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
| | | | | | - Fixed display of lines, grid and axis in 3d renderer
* - 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
| | | | | | | - Fixed post processing for line chart symbols - Fixed polygon sorting order in 3d pie charts
* - Forgot adding 3d renderer options in last commitKore Nordmann2006-08-021-0/+172
|
* - Added basic 3d rendererKore Nordmann2006-08-027-79/+1303
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - 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
| | | | | | - Fixed: Do not draw grids and steps on other axis
* - 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
| | | | | | ezcGraphAxisExactLabelRenderer yet)
* - Fixed pie chart labelingKore Nordmann2006-07-131-1/+1
| | | | | | - Fixed some test cases
* - 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
| | | | | | # Most test run again, but complete result is still errnous
* - Converted tabs to whitespacesKore Nordmann2006-06-281-19/+19
|
OpenPOWER on IntegriCloud