Contains algorithms for rendering a top axis.
_getDefaultMargins
Defined in
charts/js/TopAxisLayout.js:11
Default margins for text fields.
Object
_getTransformOrigin
rot
Defined in
charts/js/TopAxisLayout.js:308
Returns the transformOrigin to use for an axis label based on the position of the axis and the rotation of the label.
rot
Number
The rotation (in degrees) of the label.
Array
_setRotationCoords
props
Defined in
charts/js/TopAxisLayout.js:263
Adjusts the coordinates of an axis label based on the rotation.
props
Object
Coordinates, dimension and rotation properties of the label.
getExplicitlySized
Defined in
charts/js/TopAxisLayout.js:154
Determines the available label height when the axis width has been explicitly set.
Boolean
getLabelPoint
pt
Defined in
charts/js/TopAxisLayout.js:110
Calculates the point for a label.
pt
Object
hash containing x and y coordinates
Object
getLineStart
Defined in
charts/js/TopAxisLayout.js:64
Calculates the coordinates for the first point on an axis.
offsetNodeForTick
cb
Defined in
charts/js/TopAxisLayout.js:346
Adjusts position for inner ticks.
cb
Node
contentBox of the axis
positionLabel
label
pt
Defined in
charts/js/TopAxisLayout.js:206
Rotate and position labels.
label
HTMLElement
to rotate position
pt
Object
hash containing the x and y coordinates in which the label will be positioned against.
positionTitle
label
Defined in
charts/js/TopAxisLayout.js:176
Rotate and position title.
label
HTMLElement
to rotate position
setCalculatedSize
Defined in
charts/js/TopAxisLayout.js:357
Assigns a height based on the size of the contents.
setTickOffsets
Defined in
charts/js/TopAxisLayout.js:28
Sets the length of the tick on either side of the axis line.
updateMaxLabelSize
label
Defined in
charts/js/TopAxisLayout.js:123
Updates the value for the maxLabelSize
for use in calculating total size.
label
HTMLElement
to measure