@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartRenderDataOptions
Type Alias ChartRenderDataOptions<TProperties>
type
ChartRenderDataOptions
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
derived
?:
Record
<
string
,
|
ChartDerivedPoint
<
TProperties
>
[]
|
(
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
number
|
null
)
,
>
;
gapBehavior
?:
ChartGapBehavior
;
includeMetrics
?:
boolean
;
includeSample
?:
boolean
;
modes
?:
readonly
ChartValueMode
[]
;
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
derived?
gap
Behavior?
include
Metrics?
include
Sample?
modes?
x
Label?
Properties
Optional
derived
derived
?:
Record
<
string
,
|
ChartDerivedPoint
<
TProperties
>
[]
|
(
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
number
|
null
)
,
>
Optional
gap
Behavior
gapBehavior
?:
ChartGapBehavior
Optional
include
Metrics
includeMetrics
?:
boolean
Optional
include
Sample
includeSample
?:
boolean
Optional
modes
modes
?:
readonly
ChartValueMode
[]
Optional
x
Label
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
derived
gap
Behavior
include
Metrics
include
Sample
modes
x
Label
GitHub
@moritzbrantner/charts - v0.1.1
Loading...