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