@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartAnomalyAnnotation
Type Alias ChartAnomalyAnnotation<TProperties>
type
ChartAnomalyAnnotation
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
baseline
:
number
;
deviation
:
number
;
index
:
number
;
sample
:
ChartDensitySample
<
TProperties
>
;
score
:
number
;
value
:
number
;
x
:
number
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
baseline
deviation
index
sample
score
value
x
Properties
baseline
baseline
:
number
deviation
deviation
:
number
index
index
:
number
sample
sample
:
ChartDensitySample
<
TProperties
>
score
score
:
number
value
value
:
number
x
x
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
baseline
deviation
index
sample
score
value
x
GitHub
@moritzbrantner/charts - v0.1.1
Loading...