Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 1 | -0/+153 |
| | | | | | | | | | | # 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 | ||||
* | - Fixed issue #10599: Pie chart label formattig callback only accepts callback | Kore Nordmann | 2007-04-12 | 1 | -1/+1 |
| | | | | | | functions but neither static nor non static methods. | ||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 1 | -0/+6 |
| | | | | | | images in ezcGraphTools | ||||
* | - Fixed typo | Kore Nordmann | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 11 | -11/+11 |
| | |||||
* | - Fixed typo in docs. | Derick Rethans | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | - Tested and improved handling of texts with different charsets in all drivers | Kore Nordmann | 2006-12-07 | 1 | -0/+6 |
| | |||||
* | - Removed initial font path value | Kore Nordmann | 2006-11-30 | 1 | -1/+2 |
| | |||||
* | - Fixed: Bug #9656 (Threshold option spelled wrong) | Kore Nordmann | 2006-11-30 | 1 | -8/+8 |
| | |||||
* | - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component) | Kore Nordmann | 2006-11-30 | 1 | -2/+2 |
| | |||||
* | - Using ezcBaseFeatures instead of function_exists(). | as:ez.no | 2006-11-15 | 2 | -2/+2 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 11 | -127/+299 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | - Implemented #009304: Possibility to format labels via callback | Kore Nordmann | 2006-11-02 | 1 | -0/+15 |
| | |||||
* | - Added more tests and fixed some minor setter and getter bugs | Kore Nordmann | 2006-10-27 | 4 | -3/+7 |
| | |||||
* | - Removed unused function | Kore Nordmann | 2006-10-27 | 1 | -4/+0 |
| | |||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 6 | -26/+31 |
| | |||||
* | - Added tresh hold for pie charts | Kore Nordmann | 2006-10-26 | 1 | -0/+20 |
| | | | | | | - Added test for custom sum in pie charts | ||||
* | - Fixed circular arcs in ming driver | Kore Nordmann | 2006-10-20 | 1 | -1/+1 |
| | | | | | | | - Fixed transparent fills in ming driver - Mark test skipped, when ext/ming is not available | ||||
* | - Added custom maximum value for pie charts | Kore Nordmann | 2006-10-18 | 1 | -1/+8 |
| | |||||
* | - Added first, not complete working, version of ming driver | Kore Nordmann | 2006-10-13 | 2 | -0/+69 |
| | | | | | | | | | # 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 text shadow to font options | Kore Nordmann | 2006-10-04 | 1 | -1/+29 |
| | | | | | | - Added text shadow support in SVG and GD driver | ||||
* | - Made pie chart symbol color independent from font color | Kore Nordmann | 2006-10-04 | 1 | -0/+6 |
| | |||||
* | - Added gleam to 2d pie charts | Kore Nordmann | 2006-10-04 | 2 | -7/+18 |
| | | | | | | - Added gleam border to reduce size of gleam | ||||
* | - Fixed CS issues. | Derick Rethans | 2006-09-25 | 1 | -2/+2 |
| | |||||
* | - Check intial font path | Kore Nordmann | 2006-09-24 | 1 | -0/+28 |
| | | | | | | # Do not know how to test this automatically. Manual tests proves this working. | ||||
* | - Use ezcGraphColor::create for all color properties | Kore Nordmann | 2006-09-24 | 4 | -39/+6 |
| | |||||
* | - Set font path instead of no longer used option font | Kore Nordmann | 2006-09-24 | 1 | -1/+1 |
| | |||||
* | - Removed useless method in GdDriverOptions | Kore Nordmann | 2006-09-21 | 1 | -12/+0 |
| | |||||
* | - Added tests for jpeg generation | Kore Nordmann | 2006-09-21 | 1 | -0/+6 |
| | | | | | | - Added tests for usage of GIF images | ||||
* | - Enhanced pie chart labeling algorithm | Kore Nordmann | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | - Make better assumptions an character width in SVG driver | Kore Nordmann | 2006-09-19 | 1 | -5/+13 |
| | |||||
* | - Added background and border to font configuration | Kore Nordmann | 2006-09-19 | 3 | -3/+114 |
| | | | | | | - Show value for highlighted datapoints in bar and line charts | ||||
* | - Made pie chart size configurable | Kore Nordmann | 2006-09-18 | 1 | -0/+12 |
| | |||||
* | - Made id prefix for svg elements customizeable | Kore Nordmann | 2006-09-12 | 1 | -0/+6 |
| | | | | | | | # This changes again all svg documents, because I added the missing prefix to # the group element. | ||||
* | - Added shadow for pie charts in 2d renderer | Kore Nordmann | 2006-09-12 | 1 | -0/+54 |
| | |||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -0/+7 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Pimped symbols and bar charts | Kore Nordmann | 2006-09-06 | 2 | -0/+25 |
| | |||||
* | - Enhanced font configuration | Kore Nordmann | 2006-09-06 | 2 | -2/+19 |
| | | | | | | | | | - 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 charts | Kore Nordmann | 2006-08-25 | 4 | -10/+56 |
| | | | | | | | | 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 configuration | Kore Nordmann | 2006-08-18 | 1 | -4/+36 |
| | | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD | ||||
* | - Moved properties to properties array | Kore Nordmann | 2006-08-18 | 9 | -412/+277 |
| | | | | | | - Fixed bug: Legend title was rendered, even when empty | ||||
* | - Updated to use new property mechanism. | Derick Rethans | 2006-08-17 | 1 | -27/+12 |
| | |||||
* | - Created generic renderer options class | Kore Nordmann | 2006-08-16 | 3 | -178/+146 |
| | | | | | | - Changed output driver in renderer tests to SVG for faster testcases | ||||
* | - Added implementation for bar charts to 3d renderer | Kore Nordmann | 2006-08-15 | 1 | -0/+20 |
| | |||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 2 | -0/+64 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Added templating for SVG documents | Kore Nordmann | 2006-08-09 | 2 | -1/+62 |
| | |||||
* | - Added option to gd driver to set an external image as background | Kore Nordmann | 2006-08-09 | 1 | -63/+0 |
| | | | | | | | - 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 driver | Kore Nordmann | 2006-08-09 | 1 | -1/+36 |
| | | | | | | | | - Postprocess images in GD driver t prevent from additional resampling of images - Made used resampling function customizeable | ||||
* | - Added svg rendering options | Kore Nordmann | 2006-08-08 | 1 | -0/+107 |
| | | | | | | - Made line ending style for svg configurable | ||||
* | - Applied pie chart label renderer changes to 3d renderer | Kore Nordmann | 2006-08-08 | 1 | -1/+1 |
| | | | | | | - Fixed display of lines, grid and axis in 3d renderer |