Source code for highcharts_core.options.axes.z_axis

from highcharts_core.options.axes.numeric import NumericAxis


[docs]class ZAxis(NumericAxis): """Configuration settings for the Z axis or depth axis in 3D charts.""" pass