Yahoo! UI Library

charts  3.3.0

Yahoo! UI Library > charts > TimeAxis
Search:
 
Filters

Class TimeAxis - extends AxisType

TimeAxis manages time data on an axis.

Constructor

TimeAxis ( config )
Parameters:
config <Object> (optional) Configuration parameters for the Chart.

Properties

_dataType - private object


GUID - private String

Constant used to generate unique id.

setMax - private object


setMin - private object


Properties inherited from Renderer:

Methods

_getKeyArray

private void _getKeyArray ( )

_getNumber

private void _getNumber ( )

_setDataByKey

private void _setDataByKey ( )
(override)

getLabelByIndex

getLabelByIndex ( i , l )
Calculates and returns a value based on the number of labels and the index of the current label.
Parameters:
i <Number> Index of the label.
l <Number> Total number of labels.
Returns:
String

Events

labelFormatChange

labelFormatChange ( event )
Fires when the value for the configuration attribute 'labelFormat' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

labelFunctionChange

labelFunctionChange ( event )
Fires when the value for the configuration attribute 'labelFunction' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

maximumChange

maximumChange ( event )
Fires when the value for the configuration attribute 'maximum' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

minimumChange

minimumChange ( event )
Fires when the value for the configuration attribute 'minimum' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

Configuration Attributes

labelFormat - String

Pattern used by the labelFunction to format a label.

labelFunction - Function

Formats a label.

maximum - Number

The maximum value that will appear on an axis.

minimum - Number

The minimum value that will appear on an axis.


Copyright © 2011 Yahoo! Inc. All rights reserved.