summaryrefslogtreecommitdiffstats
path: root/src/axis
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - Added test and implementation for exclusive zero valuesKore Nordmann2006-06-131-2/+9
|
* - Fixed division by zero caused by no amplitude in dataKore Nordmann2006-06-131-0/+7
| | | | | | # Thanks to Benoit for reporting this
* - Handle Much data points with labeled axisKore Nordmann2006-06-081-4/+39
|
* - Refactored axis API to be able to use each axis type for both, X- and Y-axisKore Nordmann2006-06-082-46/+71
|
* - Added outomatic colorization from palletsKore Nordmann2006-06-062-28/+28
|
* - Fixed axis to use axis type based labeling methods, which results in betterKore Nordmann2006-06-062-0/+285
| | | | | | labeling
* - Fixed bug in determining null position for numeric axisKore Nordmann2006-06-021-1/+4
|
* - Added tests for axis labelsKore Nordmann2006-06-021-1/+1
| | | | | | - Implemented axis labels
* - Completed GD driverKore Nordmann2006-05-312-0/+17
| | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing
* - Added test for axis renderingKore Nordmann2006-05-312-29/+40
| | | | | | | - Implemented axis rendering - Missing lables
* - Moved axis renderer method to abstract ezcGraphElementAxis classKore Nordmann2006-05-262-28/+86
| | | | | | | - Added coordinate calculation tests for both axis types - Implemented coordinate calculation
* - Fixed filenames for axis classesKore Nordmann2006-05-242-0/+0
|
* - Added tests for custom padding and symbol sizes for legendKore Nordmann2006-05-242-0/+378
- Moved legend renderer test to legend_test.php - Refactored axis to inherit from ElementAxis - Defined methods for axis rendering
OpenPOWER on IntegriCloud