@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartHotBinRowProps
Type Alias ChartHotBinRowProps<TProperties>
type
ChartHotBinRowProps
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
className
?:
string
;
formatMetric
?:
(
metricKey
:
string
,
value
:
number
)
=>
ReactNode
;
formatX
?:
(
value
:
number
)
=>
string
;
sample
:
ChartDensitySample
<
TProperties
>
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
class
Name?
format
Metric?
format
X?
sample
Properties
Optional
class
Name
className
?:
string
Optional
format
Metric
formatMetric
?:
(
metricKey
:
string
,
value
:
number
)
=>
ReactNode
Optional
format
X
formatX
?:
(
value
:
number
)
=>
string
sample
sample
:
ChartDensitySample
<
TProperties
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
format
Metric
format
X
sample
GitHub
@moritzbrantner/charts - v0.1.1
Loading...