summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - Created generic renderer options classKore Nordmann2006-08-161-0/+1
| | | | | | - Changed output driver in renderer tests to SVG for faster testcases
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-151-0/+1
| | | | | | defaultDisplayType and the default axisLabelRenderer for the x axis
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-0/+3
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-1/+4
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added templating for SVG documentsKore Nordmann2006-08-091-0/+1
|
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-1/+1
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Added date axisKore Nordmann2006-08-091-0/+1
|
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-10/+10
|
* - Added basic 3d rendererKore Nordmann2006-08-021-2/+3
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-241-0/+2
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-0/+5
| | | | | | # Most test run again, but complete result is still errnous
* - Added SVG driverKore Nordmann2006-06-281-1/+1
|
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-0/+1
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Fixed: Let all exceptions extend basic abstract ezcGraph exceptionKore Nordmann2006-06-271-0/+1
|
* - Made line thickness for line charts adjustableKore Nordmann2006-06-141-0/+1
|
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-121-0/+1
| | | | | | - Fixed bug with image sizes in gd driver
* - Added possibility to highlight datasets and dataset elementsKore Nordmann2006-06-121-0/+1
|
* - Moved pie chart options to own option classKore Nordmann2006-06-121-0/+1
|
* - Added missing exception to autoload fileKore Nordmann2006-06-121-0/+1
| | | | | | - Added test for UnsupportedImageType exception
* - Added test for palettesKore Nordmann2006-06-061-0/+5
| | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet
* - Moved font configuration to elementsKore Nordmann2006-06-021-0/+2
|
* - Completed GD driverKore Nordmann2006-05-311-0/+1
| | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing
* - Fixed testcasesKore Nordmann2006-05-291-1/+2
| | | | | | - Added options class for gd driver
* - Updated autoload file for ezcGraphDriverOptions classKore Nordmann2006-05-291-0/+1
|
* - Fixed filenames for axis classesKore Nordmann2006-05-241-2/+2
|
* - Added tests for custom padding and symbol sizes for legendKore Nordmann2006-05-241-2/+3
| | | | | | | | - Moved legend renderer test to legend_test.php - Refactored axis to inherit from ElementAxis - Defined methods for axis rendering
* - Implemented tests for line chart legend renderingKore Nordmann2006-05-231-1/+1
| | | | | | - Implemented legend rendering
* - Refactored rendering methodsKore Nordmann2006-05-191-0/+4
| | | | | | - Refactored chart title to be a chartelement
* - Fixed new option handling.Tobias Schlitt2006-05-171-1/+1
|
* - Implemented automatic label setting from datasets for labeled_axisKore Nordmann2006-05-161-0/+1
|
* - Implemented manual scaling for numeric axisKore Nordmann2006-05-151-0/+1
|
* - Implementation for legend testsKore Nordmann2006-05-151-0/+3
|
* - Added tests to retrieve and set single data in datasetsKore Nordmann2006-05-101-0/+7
| | | | | | - Implemented datasets as far as tested
* - Added basic tests for dataset creationKore Nordmann2006-05-101-0/+4
|
* - Do not use extended ezcBaseFileNotFoundExceptionKore Nordmann2006-05-091-1/+0
|
* - Added data files for testing background optionKore Nordmann2006-05-091-0/+2
| | | | | | - Implemented missing option settings for ezcGraphChart
* - Added more tests for ezcGraphChartKore Nordmann2006-05-091-1/+12
| | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete)
* - Completed color testsKore Nordmann2006-05-091-5/+8
| | | | | | - Implemented factory methods in ezcGraphColor
* - Added test for ezcGraph classKore Nordmann2006-05-081-0/+21
- Added basic autoload file - Implemented factory method for charts
OpenPOWER on IntegriCloud