@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartSunburstSvgProps
Type Alias ChartSunburstSvgProps<TPayload>
type
ChartSunburstSvgProps
<
TPayload
=
unknown
>
=
{
ariaLabel
?:
string
;
className
?:
string
;
data
:
ChartSunburstNode
<
TPayload
>
[]
;
formatValue
?:
(
value
:
number
)
=>
string
;
height
?:
number
;
onNodeSelect
?:
(
node
:
ChartSunburstNode
<
TPayload
>
)
=>
void
;
width
?:
number
;
}
Type Parameters
TPayload
=
unknown
Index
Properties
aria
Label?
class
Name?
data
format
Value?
height?
on
Node
Select?
width?
Properties
Optional
aria
Label
ariaLabel
?:
string
Optional
class
Name
className
?:
string
data
data
:
ChartSunburstNode
<
TPayload
>
[]
Optional
format
Value
formatValue
?:
(
value
:
number
)
=>
string
Optional
height
height
?:
number
Optional
on
Node
Select
onNodeSelect
?:
(
node
:
ChartSunburstNode
<
TPayload
>
)
=>
void
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
on
Node
Select
width
GitHub
@moritzbrantner/charts - v0.1.1
Loading...