@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartWithLegendProps
Type Alias ChartWithLegendProps
type
ChartWithLegendProps
=
{
children
:
ReactNode
;
className
?:
string
;
defaultLegendDisplay
?:
"expanded"
|
"hidden"
;
legend
:
ReactNode
;
legendDisplayLabel
?:
string
;
legendMode
?:
"floating"
|
"side"
;
legendSide
?:
"left"
|
"right"
;
legendTitle
?:
ReactNode
;
legendWidthClassName
?:
string
;
onLegendHide
?:
()
=>
void
;
}
Index
Properties
children
class
Name?
default
Legend
Display?
legend
legend
Display
Label?
legend
Mode?
legend
Side?
legend
Title?
legend
Width
Class
Name?
on
Legend
Hide?
Properties
children
children
:
ReactNode
Optional
class
Name
className
?:
string
Optional
default
Legend
Display
defaultLegendDisplay
?:
"expanded"
|
"hidden"
legend
legend
:
ReactNode
Optional
legend
Display
Label
legendDisplayLabel
?:
string
Optional
legend
Mode
legendMode
?:
"floating"
|
"side"
Optional
legend
Side
legendSide
?:
"left"
|
"right"
Optional
legend
Title
legendTitle
?:
ReactNode
Optional
legend
Width
Class
Name
legendWidthClassName
?:
string
Optional
on
Legend
Hide
onLegendHide
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
default
Legend
Display
legend
legend
Display
Label
legend
Mode
legend
Side
legend
Title
legend
Width
Class
Name
on
Legend
Hide
GitHub
@moritzbrantner/charts - v0.1.1
Loading...