@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartThresholdAnnotation
Type Alias ChartThresholdAnnotation<TProperties>
type
ChartThresholdAnnotation
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
direction
:
"above"
|
"below"
;
endIndex
:
number
;
endX
:
number
;
sampleCount
:
number
;
samples
:
ChartDensitySample
<
TProperties
>
[]
;
startIndex
:
number
;
startX
:
number
;
threshold
:
number
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
direction
end
Index
end
X
sample
Count
samples
start
Index
start
X
threshold
Properties
direction
direction
:
"above"
|
"below"
end
Index
endIndex
:
number
end
X
endX
:
number
sample
Count
sampleCount
:
number
samples
samples
:
ChartDensitySample
<
TProperties
>
[]
start
Index
startIndex
:
number
start
X
startX
:
number
threshold
threshold
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
end
Index
end
X
sample
Count
samples
start
Index
start
X
threshold
GitHub
@moritzbrantner/charts - v0.1.1
Loading...