# Interface: ScaleTypeRegistry
# Hierarchy
-
↳ ScaleTypeRegistry
# Properties
# category
• category: object
# Type declaration:
Name | Type |
---|---|
options | CategoryScaleOptions |
Inherited from: CartesianScaleTypeRegistry.category
Defined in: index.esm.d.ts:3113 (opens new window)
# linear
• linear: object
# Type declaration:
Name | Type |
---|---|
options | LinearScaleOptions |
Inherited from: CartesianScaleTypeRegistry.linear
Defined in: index.esm.d.ts:3107 (opens new window)
# logarithmic
• logarithmic: object
# Type declaration:
Name | Type |
---|---|
options | LogarithmicScaleOptions |
Inherited from: CartesianScaleTypeRegistry.logarithmic
Defined in: index.esm.d.ts:3110 (opens new window)
# radialLinear
• radialLinear: object
# Type declaration:
Name | Type |
---|---|
options | RadialLinearScaleOptions |
Inherited from: RadialScaleTypeRegistry.radialLinear
Defined in: index.esm.d.ts:3125 (opens new window)
# time
• time: object
# Type declaration:
Name | Type |
---|---|
options | TimeScaleOptions |
Inherited from: CartesianScaleTypeRegistry.time
Defined in: index.esm.d.ts:3116 (opens new window)
# timeseries
• timeseries: object
# Type declaration:
Name | Type |
---|---|
options | TimeScaleOptions |
Inherited from: CartesianScaleTypeRegistry.timeseries
Defined in: index.esm.d.ts:3119 (opens new window)