RightAxisLayout contains algorithms for rendering a right axis.
_getDefaultMargins
Defined in
charts/js/RightAxisLayout.js:11
Default margins for text fields.
Object
_getTransformOriginrot
Defined in
charts/js/RightAxisLayout.js:300
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
_setRotationCoordsprops
Defined in
charts/js/RightAxisLayout.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/RightAxisLayout.js:156
Determines the available label width when the axis width has been explicitly set.
Boolean
getLabelPointpoint
Defined in
charts/js/RightAxisLayout.js:112
Calculates the point for a label.
point
Object
Point on the axis in which the tick will intersect.
getLineStart
Defined in
charts/js/RightAxisLayout.js:85
Calculates the coordinates for the first point on an axis.
offsetNodeForTickcb
Defined in
charts/js/RightAxisLayout.js:331
Adjusts position for inner ticks.
cb
Node
contentBox of the axis
positionLabellabel
pt
Defined in
charts/js/RightAxisLayout.js:208
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.
positionTitlelabel
Defined in
charts/js/RightAxisLayout.js:178
Rotate and position title.
label
HTMLElement
to rotate position
setCalculatedSize
Defined in
charts/js/RightAxisLayout.js:346
Assigns a height based on the size of the contents.
setTickOffset
Defined in
charts/js/RightAxisLayout.js:28
Sets the length of the tick on either side of the axis line.
updateMaxLabelSizelabel
Defined in
charts/js/RightAxisLayout.js:125
Updates the value for the maxLabelSize for use in calculating total size.
label
HTMLElement
to measure