stream-charts
Preparing search index...
app/charts/hooks/useChart
Props
Interface Props
interface
Props
{
backgroundColor
:
string
;
chartId
:
number
;
children
:
Element
|
Element
[]
;
color
:
string
;
container
:
SVGSVGElement
|
null
;
hoveredSeriesRef
:
MutableRefObject
<
string
|
null
>
;
mainG
:
GSelection
|
null
;
seriesFilter
?:
RegExp
;
seriesStyles
?:
Map
<
string
,
SeriesLineStyle
>
;
svgStyle
:
Partial
<
SvgStyle
>
;
}
Index
Properties
background
Color
chart
Id
children
color
container
hovered
Series
Ref
main
G
series
Filter?
series
Styles?
svg
Style
Properties
background
Color
backgroundColor
:
string
chart
Id
chartId
:
number
children
children
:
Element
|
Element
[]
color
color
:
string
container
container
:
SVGSVGElement
|
null
hovered
Series
Ref
hoveredSeriesRef
:
MutableRefObject
<
string
|
null
>
main
G
mainG
:
GSelection
|
null
Optional
series
Filter
seriesFilter
?:
RegExp
Optional
series
Styles
seriesStyles
?:
Map
<
string
,
SeriesLineStyle
>
svg
Style
svgStyle
:
Partial
<
SvgStyle
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
chart
Id
children
color
container
hovered
Series
Ref
main
G
series
Filter
series
Styles
svg
Style
stream-charts
Loading...