@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
createChartCalendarHeatmapData
Function createChartCalendarHeatmapData
createChartCalendarHeatmapData
<
TProperties
>
(
points
:
(
IndexedChartSeriesPoint
<
TProperties
>
|
ChartSeriesPoint
<
TProperties
>
)
[]
,
options
?:
{
dayMs
?:
number
;
includeEmptyDays
?:
boolean
;
startOfDay
?:
(
x
:
number
)
=>
number
;
valueAccessor
?:
ChartPointValueAccessor
<
TProperties
>
;
xDomain
?:
[
number
,
number
]
;
}
,
)
:
ChartCalendarHeatmapData
<
TProperties
>
Type Parameters
TProperties
Parameters
points
: (
IndexedChartSeriesPoint
<
TProperties
>
|
ChartSeriesPoint
<
TProperties
>
)
[]
options
:
{
dayMs
?:
number
;
includeEmptyDays
?:
boolean
;
startOfDay
?:
(
x
:
number
)
=>
number
;
valueAccessor
?:
ChartPointValueAccessor
<
TProperties
>
;
xDomain
?:
[
number
,
number
]
;
}
= {}
Returns
ChartCalendarHeatmapData
<
TProperties
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@moritzbrantner/charts - v0.1.1
Loading...