summaryrefslogtreecommitdiffstats
path: root/src/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Add option to bound fill between the current dataset and the previous ↵HEADmasterTimothy Pearson2015-12-131-0/+2
| | | | dataset on radar plots
* - Fixed #95 (typo in docblock), thanks Yousif MasoudJames Pic2011-12-131-1/+1
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-1211-11/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-3011-11/+198
|
* - s/2009/2010/gDerick Rethans2010-01-0811-11/+11
|
* - Link gleam instead of base symbol to make it easier clickableKore Nordmann2009-11-091-3/+3
|
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-141-0/+48
|
* - Fixed #14857: Highlight text misplaced in charts with multiple bar dataKore Nordmann2009-05-281-1/+5
| | | | | | sets.
* - Implemented feature #14400: Add shortcut to set background colorKore Nordmann2009-02-251-0/+3
|
* - s/2008/2009.Derick Rethans2009-02-2310-10/+10
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-031-4/+47
| | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences.
* - Implamented feature #14146: Add new data symbols - square and boxKore Nordmann2009-01-201-0/+13
|
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-151-2/+7
| | | | | | Graphs.
* - Resolved task #14219: Refactor grid drawing to be less susceptible toKore Nordmann2009-01-071-5/+78
| | | | | | | | | floating point inaccuracies # Handle orthogonal axis as a special case, which fixes this for the far most # common case. # Also fixes slight grid irregularities which occurred sometimes.
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-041-1/+5
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed typo in API docsKore Nordmann2008-11-241-1/+1
|
* - Documented setDriverKore Nordmann2008-11-181-1/+10
|
* - Better documentation for getElementReferences()Kore Nordmann2008-11-181-1/+39
|
* - Enhanced chart element documentationKore Nordmann2008-08-273-1/+96
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-181-0/+78
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-311-0/+22
|
* - Fixed issue #12377: Copyright broken in file comment.Derick Rethans2008-01-115-5/+0
|
* - Fixed NULL -> null.Tobias Schlitt2008-01-031-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-0210-10/+10
|
* - Test for drivers __set-methodKore Nordmann2007-11-271-0/+2
|
* - Fixed doc blocksKore Nordmann2007-11-263-4/+3
| | | | | | # Issues found by docanalysis script
* - Fixed version docblocksKore Nordmann2007-11-211-2/+2
| | | | | | # Thanks to Alexandru for spotting this.
* - Fix docblocks.Sebastian Bergmann2007-11-211-1/+1
|
* - Added support for odometer chartsKore Nordmann2007-11-211-0/+51
| | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch.
* - Update commentKore Nordmann2007-10-231-2/+3
|
* - Fixed issue #11640: Polygon size reducement failes for very thin four edgedKore Nordmann2007-10-231-12/+29
| | | | | | polygones
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-061-0/+49
|
* - Added dataset properties for axis assignementsKore Nordmann2007-09-041-1/+1
| | | | | | # More progress on the way to multiple axis support
* - Link more classesKore Nordmann2007-08-132-4/+4
|
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-071-0/+11
| | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values.
* - Remove leftover from debugging codeKore Nordmann2007-08-011-5/+0
|
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-011-19/+26
| | | | | | chart
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-141-42/+35
| | | | | | ezGraphPieChart
* - More documentation fixesKore Nordmann2007-06-126-15/+55
|
* - Fixed version tag in docblocksKore Nordmann2007-06-128-2/+15
|
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-291-6/+25
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-0/+102
| | | | | | available
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-251-1/+24
| | | | | | for edges with an angle equals 0 degree.
* - Doc fixes.Tobias Schlitt2007-05-101-1/+1
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-2/+53
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-101-1/+1
| | | | | | and dataset properties
* - Fixed CSDerick Rethans2007-05-041-3/+3
|
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-262-34/+54
| | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers
* - First working version of radar chartsKore Nordmann2007-04-262-0/+45
| | | | | | | | | | # 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
* - Optimized algorithm for polygon size reducementKore Nordmann2007-04-031-14/+21
|
OpenPOWER on IntegriCloud