@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartHeatmapGridProps
Type Alias ChartHeatmapGridProps<TProperties>
type
ChartHeatmapGridProps
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
ariaLabel
?:
string
;
cells
:
ChartHeatmapCell
<
TProperties
>
[]
;
className
?:
string
;
formatValue
?:
(
cell
:
ChartHeatmapCell
<
TProperties
>
)
=>
string
;
formatX
?:
(
value
:
number
)
=>
string
;
formatY
?:
(
value
:
number
)
=>
string
;
legend
?:
ReactNode
|
readonly
ChartSvgLegendItem
[]
;
onCellSelect
?:
(
cell
:
ChartHeatmapCell
<
TProperties
>
)
=>
void
;
xAxis
?:
ChartSvgAxisOptions
|
false
;
yAxis
?:
ChartSvgAxisOptions
|
false
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
aria
Label?
cells
class
Name?
format
Value?
format
X?
format
Y?
legend?
on
Cell
Select?
x
Axis?
y
Axis?
Properties
Optional
aria
Label
ariaLabel
?:
string
cells
cells
:
ChartHeatmapCell
<
TProperties
>
[]
Optional
class
Name
className
?:
string
Optional
format
Value
formatValue
?:
(
cell
:
ChartHeatmapCell
<
TProperties
>
)
=>
string
Optional
format
X
formatX
?:
(
value
:
number
)
=>
string
Optional
format
Y
formatY
?:
(
value
:
number
)
=>
string
Optional
legend
legend
?:
ReactNode
|
readonly
ChartSvgLegendItem
[]
Optional
on
Cell
Select
onCellSelect
?:
(
cell
:
ChartHeatmapCell
<
TProperties
>
)
=>
void
Optional
x
Axis
xAxis
?:
ChartSvgAxisOptions
|
false
Optional
y
Axis
yAxis
?:
ChartSvgAxisOptions
|
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria
Label
cells
class
Name
format
Value
format
X
format
Y
legend
on
Cell
Select
x
Axis
y
Axis
GitHub
@moritzbrantner/charts - v0.1.1
Loading...