@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartAxisTransformMenuProps
Type Alias ChartAxisTransformMenuProps
type
ChartAxisTransformMenuProps
=
{
"aria-label"
?:
string
;
axis
:
"x"
|
"y"
;
axisWidth
?:
number
;
className
?:
string
;
dataDomain
?:
[
number
,
number
]
|
null
;
formatValue
?:
(
value
:
number
)
=>
string
;
hiddenIds
?:
readonly
string
[]
;
legendItems
?:
readonly
ChartLegendItem
[]
;
minSpan
?:
number
;
onHiddenIdsChange
?:
(
hiddenIds
:
string
[]
)
=>
void
;
onValueChange
:
(
transform
:
ChartAxisTransform
)
=>
void
;
orientation
?:
"left"
|
"right"
|
"top"
|
"bottom"
;
value
:
ChartAxisTransform
;
}
Index
Properties
aria-
label?
axis
axis
Width?
class
Name?
data
Domain?
format
Value?
hidden
Ids?
legend
Items?
min
Span?
on
Hidden
Ids
Change?
on
Value
Change
orientation?
value
Properties
Optional
aria-
label
"aria-label"
?:
string
axis
axis
:
"x"
|
"y"
Optional
axis
Width
axisWidth
?:
number
Optional
class
Name
className
?:
string
Optional
data
Domain
dataDomain
?:
[
number
,
number
]
|
null
Optional
format
Value
formatValue
?:
(
value
:
number
)
=>
string
Optional
hidden
Ids
hiddenIds
?:
readonly
string
[]
Optional
legend
Items
legendItems
?:
readonly
ChartLegendItem
[]
Optional
min
Span
minSpan
?:
number
Optional
on
Hidden
Ids
Change
onHiddenIdsChange
?:
(
hiddenIds
:
string
[]
)
=>
void
on
Value
Change
onValueChange
:
(
transform
:
ChartAxisTransform
)
=>
void
Optional
orientation
orientation
?:
"left"
|
"right"
|
"top"
|
"bottom"
value
value
:
ChartAxisTransform
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
label
axis
axis
Width
class
Name
data
Domain
format
Value
hidden
Ids
legend
Items
min
Span
on
Hidden
Ids
Change
on
Value
Change
orientation
value
GitHub
@moritzbrantner/charts - v0.1.1
Loading...