# Interface: ScaleTypeRegistry
# Hierarchy
-
↳
ScaleTypeRegistry
# Properties
# category
• category: Object
# Type declaration
Name | Type |
---|---|
options | CategoryScaleOptions |
# Inherited from
CartesianScaleTypeRegistry.category
# Defined in
types/index.d.ts:3623 (opens new window)
# linear
• linear: Object
# Type declaration
Name | Type |
---|---|
options | LinearScaleOptions |
# Inherited from
CartesianScaleTypeRegistry.linear
# Defined in
types/index.d.ts:3617 (opens new window)
# logarithmic
• logarithmic: Object
# Type declaration
Name | Type |
---|---|
options | LogarithmicScaleOptions |
# Inherited from
CartesianScaleTypeRegistry.logarithmic
# Defined in
types/index.d.ts:3620 (opens new window)
# radialLinear
• radialLinear: Object
# Type declaration
Name | Type |
---|---|
options | RadialLinearScaleOptions |
# Inherited from
RadialScaleTypeRegistry.radialLinear
# Defined in
types/index.d.ts:3635 (opens new window)
# time
• time: Object
# Type declaration
Name | Type |
---|---|
options | TimeScaleOptions |
# Inherited from
CartesianScaleTypeRegistry.time
# Defined in
types/index.d.ts:3626 (opens new window)
# timeseries
• timeseries: Object
# Type declaration
Name | Type |
---|---|
options | TimeScaleOptions |
# Inherited from
CartesianScaleTypeRegistry.timeseries