summaryrefslogtreecommitdiffstats
path: root/src/options
Commit message (Collapse)AuthorAgeFilesLines
* - First working version of radar chartsKore Nordmann2007-04-261-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 callbackKore Nordmann2007-04-121-1/+1
| | | | | | functions but neither static nor non static methods.
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-0/+6
| | | | | | images in ezcGraphTools
* - Fixed typoKore Nordmann2007-03-051-1/+1
|
* - Welcome to 2007.Derick Rethans2007-01-1111-11/+11
|
* - Fixed typo in docs.Derick Rethans2006-12-191-1/+1
|
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-071-0/+6
|
* - Removed initial font path valueKore Nordmann2006-11-301-1/+2
|
* - Fixed: Bug #9656 (Threshold option spelled wrong)Kore Nordmann2006-11-301-8/+8
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-301-2/+2
|
* - Using ezcBaseFeatures instead of function_exists().as:ez.no2006-11-152-2/+2
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-0211-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 callbackKore Nordmann2006-11-021-0/+15
|
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-274-3/+7
|
* - Removed unused functionKore Nordmann2006-10-271-4/+0
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-266-26/+31
|
* - Added tresh hold for pie chartsKore Nordmann2006-10-261-0/+20
| | | | | | - Added test for custom sum in pie charts
* - Fixed circular arcs in ming driverKore Nordmann2006-10-201-1/+1
| | | | | | | - Fixed transparent fills in ming driver - Mark test skipped, when ext/ming is not available
* - Added custom maximum value for pie chartsKore Nordmann2006-10-181-1/+8
|
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-132-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 optionsKore Nordmann2006-10-041-1/+29
| | | | | | - Added text shadow support in SVG and GD driver
* - Made pie chart symbol color independent from font colorKore Nordmann2006-10-041-0/+6
|
* - Added gleam to 2d pie chartsKore Nordmann2006-10-042-7/+18
| | | | | | - Added gleam border to reduce size of gleam
* - Fixed CS issues.Derick Rethans2006-09-251-2/+2
|
* - Check intial font pathKore Nordmann2006-09-241-0/+28
| | | | | | # Do not know how to test this automatically. Manual tests proves this working.
* - Use ezcGraphColor::create for all color propertiesKore Nordmann2006-09-244-39/+6
|
* - Set font path instead of no longer used option fontKore Nordmann2006-09-241-1/+1
|
* - Removed useless method in GdDriverOptionsKore Nordmann2006-09-211-12/+0
|
* - Added tests for jpeg generationKore Nordmann2006-09-211-0/+6
| | | | | | - Added tests for usage of GIF images
* - Enhanced pie chart labeling algorithmKore Nordmann2006-09-191-1/+1
|
* - Make better assumptions an character width in SVG driverKore Nordmann2006-09-191-5/+13
|
* - Added background and border to font configurationKore Nordmann2006-09-193-3/+114
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - Made pie chart size configurableKore Nordmann2006-09-181-0/+12
|
* - Made id prefix for svg elements customizeableKore Nordmann2006-09-121-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 rendererKore Nordmann2006-09-121-0/+54
|
* - Added image map supportKore Nordmann2006-09-121-0/+7
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Pimped symbols and bar chartsKore Nordmann2006-09-062-0/+25
|
* - Enhanced font configurationKore Nordmann2006-09-062-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 chartsKore Nordmann2006-08-254-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 configurationKore Nordmann2006-08-181-4/+36
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - Moved properties to properties arrayKore Nordmann2006-08-189-412/+277
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Updated to use new property mechanism.Derick Rethans2006-08-171-27/+12
|
* - Created generic renderer options classKore Nordmann2006-08-163-178/+146
| | | | | | - Changed output driver in renderer tests to SVG for faster testcases
* - Added implementation for bar charts to 3d rendererKore Nordmann2006-08-151-0/+20
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-142-0/+64
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added templating for SVG documentsKore Nordmann2006-08-092-1/+62
|
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-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 driverKore Nordmann2006-08-091-1/+36
| | | | | | | | - Postprocess images in GD driver t prevent from additional resampling of images - Made used resampling function customizeable
* - Added svg rendering optionsKore Nordmann2006-08-081-0/+107
| | | | | | - Made line ending style for svg configurable
* - Applied pie chart label renderer changes to 3d rendererKore Nordmann2006-08-081-1/+1
| | | | | | - Fixed display of lines, grid and axis in 3d renderer
OpenPOWER on IntegriCloud