Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
D3
Scale
Scale
Interface Scale
Hierarchy
Scale
TimeScale
QuantitiveScale
OrdinalScale
QuantizeScale
IdentityScale
QuantileScale
ThresholdScale
Index
Call signatures
Properties
domain
range
Methods
copy
invertExtent
Call signatures
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Properties
public
domain
:
{ (values: any[]): D3.Scale.Scale; (): any[]; }
(
)
:
Scale
Returns
Scale
(
)
:
Array<any>
Returns
Array<any>
public
range
:
{ (values: any[]): D3.Scale.Scale; (): any[]; }
(
)
:
Scale
Returns
Scale
(
)
:
Array<any>
Returns
Array<any>
Methods
public
copy
(
)
:
Scale
Returns
Scale
optional
public
invertExtent
(
y
:
any
)
:
Array<any>
Parameters
y:
any
Returns
Array<any>
Globals
D3
D3.Behavior
D3.Color
D3.Geo
D3.Geom
D3.Layout
D3.Scale
D3.Svg
D3.Time
D3.Transition
IdentityScale
LinearScale
LogScale
OrdinalScale
PowScale
QuantileScale
QuantitiveScale
QuantizeScale
Scale
domain
range
copy
invertExtent
ScaleBase
SqrtScale
ThresholdScale
TimeScale