append to the domain values for this axis
Sets the range maximum (assumes that the range minimum is 0). Creates the d3 scale and axis, completing the axis' initialization. Assumes that the domain has been set.
The max range for the axis.
get the user axis
set the domain for this axis
get axis levels, used only for nested banded axes
get the width of the axis
get the d3 scale for the given level of this axis
the d3 scale helper
Return whether axis is banded (for bar graphs) or not (for point graphs). Returns false for linear axes.
Map a value in the range (pixels) to the domain
The value in the range to be mapped to the domain
set that the axis is banded based on inspection
set the domain for this axis
if you have a banded range there may be multiple bars per domain entry
get the width of the axis
get the d3 scale for the given level of this axis
the d3 scale helper
Generated using TypeDoc
Provides basic functionality (getters & setters) for an axis. This class should not be used directly Classes should be derived from this one to implement different types of axes.