summaryrefslogtreecommitdiffstats
path: root/src/axis
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-125-5/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-305-5/+90
|
* - s/2009/2010/gDerick Rethans2010-01-085-5/+5
|
* - Fixed #15578: formatString not working with numeric axisKore Nordmann2009-09-281-0/+4
|
* - Fixed typoKore Nordmann2009-05-291-1/+1
| | | | | | # Thanks sb
* - Fixed #14538: Performance degration for very high numbers of data pointsKore Nordmann2009-05-291-4/+12
| | | | | | | | # Test cases with 1000 data points show improvements of about 65% and with 2000 # data points around 85%. # Reduced the number of calls to array functions by better indexing or caching.
* - Fixed another potential flaoting point inaccuracy problemKore Nordmann2009-04-281-1/+4
|
* - Fixed #14651: Handle floor() floating point inaccuracies in numneric axisKore Nordmann2009-03-251-1/+4
| | | | | | step evaluation
* - s/2008/2009.Derick Rethans2009-02-235-5/+5
|
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-201-0/+15
| | | | | | axis
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-1/+16
|
* - Enhanced axis class level documentationKore Nordmann2008-08-274-18/+211
|
* - Fixed issue #12581: Wrong axis captions in bar charts with manual min/maxKore Nordmann2008-05-271-0/+18
| | | | | | values
* - Fixed issue #12295: Broken automatic scaling with manually set min value,Kore Nordmann2008-01-071-2/+21
| | | | | | not divisible by major step
* - Welcome to 2008.Derick Rethans2008-01-025-5/+5
|
* - Implemented features #10322, #10565: Support for multiple x, y axis,Kore Nordmann2007-09-045-1/+37
| | | | | | vertical and horizontal lines in line and bar charts.
* - Added axis container classKore Nordmann2007-09-041-0/+197
| | | | | | # First step to support multiple axis
* - Fixed bug #11157: Wrong display of single record with labeled axisKore Nordmann2007-08-011-0/+12
|
* - More documentation fixesKore Nordmann2007-06-124-9/+6
|
* - Fixed version tag in docblocksKore Nordmann2007-06-124-0/+4
|
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-311-3/+14
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Doc fixes.Tobias Schlitt2007-05-101-1/+1
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Added feature #10017: Plot whole months on date axis respecting theirKore Nordmann2007-04-121-2/+85
| | | | | | different length
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-124-7/+65
|
* - Implemented #10375: Manually reduce or increase the label count on labeled ↵Kore Nordmann2007-03-051-32/+83
| | | | axis
* - Removed debug outputKore Nordmann2007-03-011-14/+0
|
* - Fixed issue #10275: Low label count on labeled axisKore Nordmann2007-03-011-2/+131
|
* - Another case fixed for bug #10018.Kore Nordmann2007-02-151-0/+17
|
* - Missed and fixed one test case for issue #10018.Kore Nordmann2007-01-181-1/+1
|
* - Fixed issue #10018: axis scale incorrect when startDate != first day of monthKore Nordmann2007-01-181-31/+52
|
* - Welcome to 2007.Derick Rethans2007-01-114-4/+4
|
* - Fixed: Bug #9926 (Float values with date axis result in date parsing Kore Nordmann2007-01-031-4/+4
| | | | | | exception)
* - Fixed docs.Derick Rethans2006-12-181-1/+1
|
* - Fixed majorStep default value to be nullKore Nordmann2006-12-151-2/+2
|
* - Fixed: Bug #9827 (auto scaling on numeric axes inconsistent)Kore Nordmann2006-12-152-5/+27
|
* - Marked important classesKore Nordmann2006-12-074-1/+5
|
* - Fixed: Bug #9586 (No data rendered with string keys on date axis.)Kore Nordmann2006-11-241-13/+29
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-031-0/+282
| | | | | | - Added mojor grid color in ez palettes
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-14/+24
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Added missing tests for axisKore Nordmann2006-10-271-1/+1
|
* - Fixed CS issues.Derick Rethans2006-09-251-2/+3
|
* - Added and improved documentationKore Nordmann2006-09-203-9/+65
|
* - Moved properties to properties arrayKore Nordmann2006-08-182-117/+115
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Added date axisKore Nordmann2006-08-091-0/+385
|
* - Added axis label renderer for centered labelsKore Nordmann2006-07-242-0/+26
| | | | | | - Fixed: Do not draw grids and steps on other axis
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-242-141/+7
|
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-212-138/+6
| | | | | | ezcGraphAxisExactLabelRenderer yet)
* - Refactored ezcGraphRendererKore Nordmann2006-07-112-49/+18
| | | | | | # Most test run again, but complete result is still errnous
* - Added option for maximum size for arrow headsKore Nordmann2006-06-192-2/+2
| | | | | | | - Made possible to define custom labels for axis - Made unused method ezcGraphChartElementAxis::drawLabels
* - Use custom minimum and maximum values on numeric axis for automatic scalingKore Nordmann2006-06-191-0/+11
|
OpenPOWER on IntegriCloud