summaryrefslogtreecommitdiffstats
path: root/src/axis/numeric.php
Commit message (Collapse)AuthorAgeFilesLines
* - More documentation fixesKore Nordmann2007-06-121-2/+1
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-121-1/+14
|
* - Welcome to 2007.Derick Rethans2007-01-111-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-151-2/+10
|
* - Marked important classesKore Nordmann2006-12-071-0/+1
|
* - 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
* - Fixed CS issues.Derick Rethans2006-09-251-2/+3
|
* - Added and improved documentationKore Nordmann2006-09-201-2/+6
|
* - Moved properties to properties arrayKore Nordmann2006-08-181-64/+64
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Added axis label renderer for centered labelsKore Nordmann2006-07-241-0/+13
| | | | | | - Fixed: Do not draw grids and steps on other axis
* - Finished exact label renderer and render chart labals againKore Nordmann2006-07-241-141/+0
|
* - Readded drawing of axis steps and grids (only available in Kore Nordmann2006-07-211-3/+3
| | | | | | ezcGraphAxisExactLabelRenderer yet)
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-25/+10
| | | | | | # Most test run again, but complete result is still errnous
* - Added option for maximum size for arrow headsKore Nordmann2006-06-191-1/+1
| | | | | | | - 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
* - Refactored axis API to be able to use each axis type for both, X- and Y-axisKore Nordmann2006-06-081-24/+40
|
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-14/+14
|
* - Fixed axis to use axis type based labeling methods, which results in betterKore Nordmann2006-06-061-0/+147
| | | | | | labeling
* - Fixed bug in determining null position for numeric axisKore Nordmann2006-06-021-1/+4
|
* - Completed GD driverKore Nordmann2006-05-311-0/+5
| | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing
* - Added test for axis renderingKore Nordmann2006-05-311-29/+20
| | | | | | | - Implemented axis rendering - Missing lables
* - Moved axis renderer method to abstract ezcGraphElementAxis classKore Nordmann2006-05-261-14/+42
| | | | | | | - Added coordinate calculation tests for both axis types - Implemented coordinate calculation
* - Fixed filenames for axis classesKore Nordmann2006-05-241-0/+272
OpenPOWER on IntegriCloud