Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - Link gleam instead of base symbol to make it easier clickable | Kore Nordmann | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | - Fixed #14857: Highlight text misplaced in charts with multiple bar data | Kore Nordmann | 2009-05-28 | 1 | -1/+5 |
| | | | | | | sets. | ||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Implamented feature #14146: Add new data symbols - square and box | Kore Nordmann | 2009-01-20 | 1 | -0/+13 |
| | |||||
* | - Implemented feature #014010: Possibility to set x/y offsets for | Kore Nordmann | 2008-12-04 | 1 | -1/+5 |
| | | | | | | highlightValue (Patch by Markus Lervik) | ||||
* | - Fixed typo in API docs | Kore Nordmann | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | - Documented setDriver | Kore Nordmann | 2008-11-18 | 1 | -1/+10 |
| | |||||
* | - Better documentation for getElementReferences() | Kore Nordmann | 2008-11-18 | 1 | -1/+39 |
| | |||||
* | - Implemented feature #13103: Different axes end styles | Kore Nordmann | 2008-06-18 | 1 | -0/+78 |
| | |||||
* | - Resolved #12379: Ensure one chart can be rerendered with new datasets) | Kore Nordmann | 2008-05-31 | 1 | -0/+22 |
| | |||||
* | - Fixed issue #12377: Copyright broken in file comment. | Derick Rethans | 2008-01-11 | 1 | -1/+0 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Fixed doc blocks | Kore Nordmann | 2007-11-26 | 1 | -2/+2 |
| | | | | | | # Issues found by docanalysis script | ||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 1 | -4/+5 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | - Created an interface ezcGraphRadarRenderer to be implemented by renderers | Kore Nordmann | 2007-04-26 | 1 | -34/+0 |
| | | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers | ||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 1 | -0/+34 |
| | | | | | | | | | | # 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 | -2/+3 |
| | | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet. | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Make renderToOutput() method available to chart | Kore Nordmann | 2007-01-04 | 1 | -2/+10 |
| | |||||
* | - Added first, not complete working, version of ming driver | Kore Nordmann | 2006-10-13 | 1 | -1/+1 |
| | | | | | | | | | # 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 | ||||
* | - Added documentation | Kore Nordmann | 2006-09-21 | 1 | -0/+39 |
| | | | | | | - Removed no longer used exceptions | ||||
* | - Added and improved documentation | Kore Nordmann | 2006-09-20 | 1 | -6/+1 |
| | |||||
* | - Added background and border to font configuration | Kore Nordmann | 2006-09-19 | 1 | -0/+30 |
| | | | | | | - Show value for highlighted datapoints in bar and line charts | ||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -8/+27 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Fixed bug caused by different axis space for axis | Kore Nordmann | 2006-09-11 | 1 | -0/+25 |
| | | | | | | # Changes rendering order of chart elements, what causes changed SVG documents | ||||
* | - Pimped symbols and bar charts | Kore Nordmann | 2006-09-06 | 1 | -3/+163 |
| | |||||
* | - Use symbol as bottom shape for bars in 3d renderer | Kore Nordmann | 2006-08-15 | 1 | -0/+2 |
| | |||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -0/+24 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -0/+4 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | - Readded drawing of axis steps and grids (only available in | Kore Nordmann | 2006-07-21 | 1 | -1/+1 |
| | | | | | | ezcGraphAxisExactLabelRenderer yet) | ||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -54/+162 |
| | | | | | | # Most test run again, but complete result is still errnous | ||||
* | - Made line thickness for line charts adjustable | Kore Nordmann | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | - Fixed line endings in files (Fixes bug #8457: Blank line at the end of | Derick Rethans | 2006-06-08 | 1 | -0/+1 |
| | | | | | | Cache/exceptions/invalid_id.php.) | ||||
* | - Added arrow heads to axis | Kore Nordmann | 2006-06-06 | 1 | -0/+13 |
| | |||||
* | - Completed GD driver | Kore Nordmann | 2006-05-31 | 1 | -0/+11 |
| | | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing | ||||
* | - Implemented tests for line chart legend rendering | Kore Nordmann | 2006-05-23 | 1 | -4/+12 |
| | | | | | | - Implemented legend rendering | ||||
* | - Fixed version tag | Kore Nordmann | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | - Added more tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -14/+7 |
| | | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete) | ||||
* | - Added class stubs for ezcGraph | Kore Nordmann | 2006-05-08 | 1 | -0/+107 |