@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartFunnelSvgProps
Type Alias ChartFunnelSvgProps
type
ChartFunnelSvgProps
=
{
ariaLabel
?:
string
;
className
?:
string
;
data
:
ChartFunnelRow
[]
;
formatValue
?:
(
value
:
number
)
=>
string
;
height
?:
number
;
legend
?:
ReactNode
|
readonly
ChartSvgLegendItem
[]
;
onDatumSelect
?:
(
datum
:
ChartFunnelRow
)
=>
void
;
showValueLabels
?:
boolean
;
width
?:
number
;
}
Index
Properties
aria
Label?
class
Name?
data
format
Value?
height?
legend?
on
Datum
Select?
show
Value
Labels?
width?
Properties
Optional
aria
Label
ariaLabel
?:
string
Optional
class
Name
className
?:
string
data
data
:
ChartFunnelRow
[]
Optional
format
Value
formatValue
?:
(
value
:
number
)
=>
string
Optional
height
height
?:
number
Optional
legend
legend
?:
ReactNode
|
readonly
ChartSvgLegendItem
[]
Optional
on
Datum
Select
onDatumSelect
?:
(
datum
:
ChartFunnelRow
)
=>
void
Optional
show
Value
Labels
showValueLabels
?:
boolean
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria
Label
class
Name
data
format
Value
height
legend
on
Datum
Select
show
Value
Labels
width
GitHub
@moritzbrantner/charts - v0.1.1
Loading...