stream-charts
Preparing search index...
app/charts/hooks/useAxes
Props
Type Alias Props
type
Props
=
{
children
:
JSX.Element
|
JSX.Element
[]
;
onUpdateAxesInterval
?:
(
ranges
:
Map
<
string
,
AxisInterval
>
)
=>
void
;
}
Index
Properties
children
on
Update
Axes
Interval?
Properties
children
children
:
JSX.Element
|
JSX.Element
[]
Optional
on
Update
Axes
Interval
onUpdateAxesInterval
?:
(
ranges
:
Map
<
string
,
AxisInterval
>
)
=>
void
y Callback when axes bounds change.
Type Declaration
(
ranges
:
Map
<
string
,
AxisInterval
>
)
:
void
Parameters
ranges
:
Map
<
string
,
AxisInterval
>
The ranges (start, end) for each axis in the plot
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
on
Update
Axes
Interval
stream-charts
Loading...
y Callback when axes bounds change.