@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartSeriesLegendProps
Type Alias ChartSeriesLegendProps
type
ChartSeriesLegendProps
=
{
"aria-label"
?:
string
;
className
?:
string
;
hiddenIds
?:
readonly
string
[]
;
items
:
readonly
ChartLegendItem
[]
;
onHiddenIdsChange
?:
(
hiddenIds
:
string
[]
)
=>
void
;
orientation
?:
"horizontal"
|
"vertical"
;
showCounts
?:
boolean
;
}
Index
Properties
aria-
label?
class
Name?
hidden
Ids?
items
on
Hidden
Ids
Change?
orientation?
show
Counts?
Properties
Optional
aria-
label
"aria-label"
?:
string
Optional
class
Name
className
?:
string
Optional
hidden
Ids
hiddenIds
?:
readonly
string
[]
items
items
:
readonly
ChartLegendItem
[]
Optional
on
Hidden
Ids
Change
onHiddenIdsChange
?:
(
hiddenIds
:
string
[]
)
=>
void
Optional
orientation
orientation
?:
"horizontal"
|
"vertical"
Optional
show
Counts
showCounts
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
label
class
Name
hidden
Ids
items
on
Hidden
Ids
Change
orientation
show
Counts
GitHub
@moritzbrantner/charts - v0.1.1
Loading...