stream-charts
Preparing search index...
app/charts/axes/ContinuousAxis
Props
Interface Props
interface
Props
{
axisId
:
string
;
domain
:
[
min
:
number
,
max
:
number
]
;
font
?:
Partial
<
AxesFont
>
;
label
:
string
;
location
:
AxisLocation
;
scale
?:
ScaleContinuousNumeric
<
number
,
number
,
never
>
;
updateAxisBasedOnDomainValues
?:
boolean
;
}
Index
Properties
axis
Id
domain
font?
label
location
scale?
update
Axis
Based
On
Domain
Values?
Properties
axis
Id
axisId
:
string
domain
domain
:
[
min
:
number
,
max
:
number
]
Optional
font
font
?:
Partial
<
AxesFont
>
label
label
:
string
location
location
:
AxisLocation
Optional
scale
scale
?:
ScaleContinuousNumeric
<
number
,
number
,
never
>
Optional
update
Axis
Based
On
Domain
Values
updateAxisBasedOnDomainValues
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
axis
Id
domain
font
label
location
scale
update
Axis
Based
On
Domain
Values
stream-charts
Loading...