OptionallabelAxis label displayed in text descriptions. Defaults applied when absent.
OptionalminMinimum value for grid navigation (scatter only).
OptionalmaxMaximum value for grid navigation (scatter only).
OptionaltickStep size for grid navigation (scatter only).
OptionalformatOptional per-axis value formatting applied in text descriptions.
Canonical axis configuration. Every axis (x, y, z) must be specified as an object of this shape. The
labelis optional and falls back to built-in defaults ('X', 'Y', 'Level') when omitted.Grid navigation properties (
min,max,tickStep) are currently consumed by scatter-plot traces only; they are silently ignored by other trace types.Formatting configuration lives inline as
formaton each axis, allowing different formatters per axis without a separate top-level block.Example
Example
Example