Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Created generic renderer options class | Kore Nordmann | 2006-08-16 | 1 | -0/+1 | |
| | | | | | | - Changed output driver in renderer tests to SVG for faster testcases | |||||
* | - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the | Kore Nordmann | 2006-08-15 | 1 | -0/+1 | |
| | | | | | | defaultDisplayType and the default axisLabelRenderer for the x axis | |||||
* | - Changed access to datasets from $chart['dataset'] to $chart->data['dataset'] | Kore Nordmann | 2006-08-15 | 1 | -0/+3 | |
| | ||||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -1/+4 | |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | |||||
* | - Added templating for SVG documents | Kore Nordmann | 2006-08-09 | 1 | -0/+1 | |
| | ||||||
* | - Added option to gd driver to set an external image as background | Kore Nordmann | 2006-08-09 | 1 | -1/+1 | |
| | | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images | |||||
* | - Added date axis | Kore Nordmann | 2006-08-09 | 1 | -0/+1 | |
| | ||||||
* | - Renamed Dataset to DataSet | Kore Nordmann | 2006-08-07 | 1 | -10/+10 | |
| | ||||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -2/+3 | |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | |||||
* | - Finished exact label renderer and render chart labals again | Kore Nordmann | 2006-07-24 | 1 | -0/+2 | |
| | ||||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -0/+5 | |
| | | | | | | # Most test run again, but complete result is still errnous | |||||
* | - Added SVG driver | Kore Nordmann | 2006-06-28 | 1 | -1/+1 | |
| | ||||||
* | - Applied API change for accessing datasets to be able to distinguish easier | Kore Nordmann | 2006-06-27 | 1 | -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 exception | Kore Nordmann | 2006-06-27 | 1 | -0/+1 | |
| | ||||||
* | - Made line thickness for line charts adjustable | Kore Nordmann | 2006-06-14 | 1 | -0/+1 | |
| | ||||||
* | - Added tests and implementation for background images in charts | Kore Nordmann | 2006-06-12 | 1 | -0/+1 | |
| | | | | | | - Fixed bug with image sizes in gd driver | |||||
* | - Added possibility to highlight datasets and dataset elements | Kore Nordmann | 2006-06-12 | 1 | -0/+1 | |
| | ||||||
* | - Moved pie chart options to own option class | Kore Nordmann | 2006-06-12 | 1 | -0/+1 | |
| | ||||||
* | - Added missing exception to autoload file | Kore Nordmann | 2006-06-12 | 1 | -0/+1 | |
| | | | | | | - Added test for UnsupportedImageType exception | |||||
* | - Added test for palettes | Kore Nordmann | 2006-06-06 | 1 | -0/+5 | |
| | | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet | |||||
* | - Moved font configuration to elements | Kore Nordmann | 2006-06-02 | 1 | -0/+2 | |
| | ||||||
* | - Completed GD driver | Kore Nordmann | 2006-05-31 | 1 | -0/+1 | |
| | | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing | |||||
* | - Fixed testcases | Kore Nordmann | 2006-05-29 | 1 | -1/+2 | |
| | | | | | | - Added options class for gd driver | |||||
* | - Updated autoload file for ezcGraphDriverOptions class | Kore Nordmann | 2006-05-29 | 1 | -0/+1 | |
| | ||||||
* | - Fixed filenames for axis classes | Kore Nordmann | 2006-05-24 | 1 | -2/+2 | |
| | ||||||
* | - Added tests for custom padding and symbol sizes for legend | Kore Nordmann | 2006-05-24 | 1 | -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 rendering | Kore Nordmann | 2006-05-23 | 1 | -1/+1 | |
| | | | | | | - Implemented legend rendering | |||||
* | - Refactored rendering methods | Kore Nordmann | 2006-05-19 | 1 | -0/+4 | |
| | | | | | | - Refactored chart title to be a chartelement | |||||
* | - Fixed new option handling. | Tobias Schlitt | 2006-05-17 | 1 | -1/+1 | |
| | ||||||
* | - Implemented automatic label setting from datasets for labeled_axis | Kore Nordmann | 2006-05-16 | 1 | -0/+1 | |
| | ||||||
* | - Implemented manual scaling for numeric axis | Kore Nordmann | 2006-05-15 | 1 | -0/+1 | |
| | ||||||
* | - Implementation for legend tests | Kore Nordmann | 2006-05-15 | 1 | -0/+3 | |
| | ||||||
* | - Added tests to retrieve and set single data in datasets | Kore Nordmann | 2006-05-10 | 1 | -0/+7 | |
| | | | | | | - Implemented datasets as far as tested | |||||
* | - Added basic tests for dataset creation | Kore Nordmann | 2006-05-10 | 1 | -0/+4 | |
| | ||||||
* | - Do not use extended ezcBaseFileNotFoundException | Kore Nordmann | 2006-05-09 | 1 | -1/+0 | |
| | ||||||
* | - Added data files for testing background option | Kore Nordmann | 2006-05-09 | 1 | -0/+2 | |
| | | | | | | - Implemented missing option settings for ezcGraphChart | |||||
* | - Added more tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -1/+12 | |
| | | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete) | |||||
* | - Completed color tests | Kore Nordmann | 2006-05-09 | 1 | -5/+8 | |
| | | | | | | - Implemented factory methods in ezcGraphColor | |||||
* | - Added test for ezcGraph class | Kore Nordmann | 2006-05-08 | 1 | -0/+21 | |
- Added basic autoload file - Implemented factory method for charts |