@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartAnomalyMarkerListProps
Type Alias ChartAnomalyMarkerListProps<TProperties>
type
ChartAnomalyMarkerListProps
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
anomalies
:
ChartAnomalyAnnotation
<
TProperties
>
[]
;
className
?:
string
;
formatValue
?:
(
value
:
number
)
=>
ReactNode
;
onSelect
?:
(
anomaly
:
ChartAnomalyAnnotation
<
TProperties
>
)
=>
void
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
anomalies
class
Name?
format
Value?
on
Select?
Properties
anomalies
anomalies
:
ChartAnomalyAnnotation
<
TProperties
>
[]
Optional
class
Name
className
?:
string
Optional
format
Value
formatValue
?:
(
value
:
number
)
=>
ReactNode
Optional
on
Select
onSelect
?:
(
anomaly
:
ChartAnomalyAnnotation
<
TProperties
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anomalies
class
Name
format
Value
on
Select
GitHub
@moritzbrantner/charts - v0.1.1
Loading...