@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartThresholdMarkerProps
Type Alias ChartThresholdMarkerProps<TProperties>
type
ChartThresholdMarkerProps
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
annotations
:
ChartThresholdAnnotation
<
TProperties
>
[]
;
className
?:
string
;
formatLabel
?:
(
annotation
:
ChartThresholdAnnotation
<
TProperties
>
)
=>
string
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
annotations
class
Name?
format
Label?
Properties
annotations
annotations
:
ChartThresholdAnnotation
<
TProperties
>
[]
Optional
class
Name
className
?:
string
Optional
format
Label
formatLabel
?:
(
annotation
:
ChartThresholdAnnotation
<
TProperties
>
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
class
Name
format
Label
GitHub
@moritzbrantner/charts - v0.1.1
Loading...