Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added tests for axis in multiple directions | Kore Nordmann | 2007-05-10 | 1 | -0/+2 |
| | | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis | ||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 1 | -2/+0 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 1 | -0/+2 |
| | | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files | ||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 1 | -0/+2 |
| | | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet. | ||||
* | - Added private classes for more convenient coordinate and vector | Kore Nordmann | 2007-03-27 | 1 | -0/+2 |
| | | | | | | transformations | ||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 1 | -43/+45 |
| | | | | | | images in ezcGraphTools | ||||
* | - Implemented #9405 (PDO data set) | Kore Nordmann | 2007-02-15 | 1 | -0/+2 |
| | |||||
* | - Added simple class for 2d vectors as an extension for coordinates to | Kore Nordmann | 2007-01-25 | 1 | -0/+2 |
| | | | | | | simplify calculations. | ||||
* | - Move existing background tests to own test case | Kore Nordmann | 2007-01-24 | 1 | -0/+2 |
| | |||||
* | - Implemented feature #9402: (Numeric datasets) | Kore Nordmann | 2006-12-20 | 1 | -0/+2 |
| | |||||
* | - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component) | Kore Nordmann | 2006-11-30 | 1 | -2/+2 |
| | |||||
* | - Added logarithmical scaled numeric axis | Kore Nordmann | 2006-11-03 | 1 | -0/+2 |
| | | | | | | - Added mojor grid color in ez palettes | ||||
* | - Added tests for structs | Kore Nordmann | 2006-10-27 | 1 | -0/+2 |
| | |||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 1 | -0/+4 |
| | |||||
* | - Added gradient support to ming driver | Kore Nordmann | 2006-10-19 | 1 | -2/+1 |
| | |||||
* | - Added first, not complete working, version of ming driver | Kore Nordmann | 2006-10-13 | 1 | -0/+3 |
| | | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite | ||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Added ezcGraphBoundings tests | Kore Nordmann | 2006-09-21 | 1 | -0/+2 |
| | |||||
* | - Fixed endless loop on string keys for datasets with average dataset | Kore Nordmann | 2006-09-18 | 1 | -0/+2 |
| | | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications | ||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -0/+2 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Added matrix and polynom classes for future use in statistical datasets | Kore Nordmann | 2006-08-16 | 1 | -0/+4 |
| | |||||
* | - Added date axis | Kore Nordmann | 2006-08-09 | 1 | -0/+2 |
| | |||||
* | - Removed factory methods and replaced them with direct class instantiation. | Kore Nordmann | 2006-08-07 | 1 | -6/+0 |
| | |||||
* | - Renamed Dataset to DataSet | Kore Nordmann | 2006-08-07 | 1 | -1/+1 |
| | |||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -2/+2 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | - Added axis label renderer for centered labels | Kore Nordmann | 2006-07-24 | 1 | -0/+2 |
| | | | | | | - Fixed: Do not draw grids and steps on other axis | ||||
* | - Finished exact label renderer and render chart labals again | Kore Nordmann | 2006-07-24 | 1 | -2/+2 |
| | |||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -2/+4 |
| | | | | | | # Most test run again, but complete result is still errnous | ||||
* | - Added SVG driver | Kore Nordmann | 2006-06-28 | 1 | -0/+2 |
| | |||||
* | - Added tests and implementation for background images in charts | Kore Nordmann | 2006-06-12 | 1 | -0/+2 |
| | | | | | | - Fixed bug with image sizes in gd driver | ||||
* | - Added test for palettes | Kore Nordmann | 2006-06-06 | 1 | -0/+2 |
| | | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet | ||||
* | - Added tests and implementation for text elements eg. chart title | Kore Nordmann | 2006-06-02 | 1 | -0/+2 |
| | |||||
* | - Added tests for element based font configuration | Kore Nordmann | 2006-06-02 | 1 | -37/+3 |
| | |||||
* | - Updated class definitions for driver | Kore Nordmann | 2006-05-29 | 1 | -0/+6 |
| | |||||
* | - Added basic 2d renderer test | Kore Nordmann | 2006-05-29 | 1 | -0/+6 |
| | | | | | | - Implemented tested 2d renderer functions | ||||
* | - Added tests and implementation for legend generation | Kore Nordmann | 2006-05-17 | 1 | -0/+12 |
| | |||||
* | - Added tests for labeled axis | Kore Nordmann | 2006-05-15 | 1 | -0/+6 |
| | |||||
* | - Added tests for numeric axis | Kore Nordmann | 2006-05-15 | 1 | -0/+6 |
| | |||||
* | - Added tests for graph elements represented by a legends for now | Kore Nordmann | 2006-05-15 | 1 | -0/+6 |
| | |||||
* | - Added basic tests for dataset creation | Kore Nordmann | 2006-05-10 | 1 | -0/+6 |
| | |||||
* | - Added tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -0/+6 |
| | |||||
* | - Forget to add tests for Graph class yesterday | Kore Nordmann | 2006-05-09 | 1 | -0/+44 |
- Added tests for ezcGraphColor factory methods - Updated test suite for ezcGraphColor tests |