@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
UseChartBinCountResult
Type Alias UseChartBinCountResult<TElement>
type
UseChartBinCountResult
<
TElement
extends
Element
=
HTMLDivElement
>
=
{
containerRef
:
(
node
:
TElement
|
null
)
=>
void
;
isAuto
:
boolean
;
resetAuto
:
()
=>
void
;
setManualBinCount
:
(
value
:
number
)
=>
void
;
targetBinCount
:
number
;
width
:
number
|
null
;
}
Type Parameters
TElement
extends
Element
=
HTMLDivElement
Index
Properties
container
Ref
is
Auto
reset
Auto
set
Manual
Bin
Count
target
Bin
Count
width
Properties
container
Ref
containerRef
:
(
node
:
TElement
|
null
)
=>
void
is
Auto
isAuto
:
boolean
reset
Auto
resetAuto
:
()
=>
void
set
Manual
Bin
Count
setManualBinCount
:
(
value
:
number
)
=>
void
target
Bin
Count
targetBinCount
:
number
width
width
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
Ref
is
Auto
reset
Auto
set
Manual
Bin
Count
target
Bin
Count
width
GitHub
@moritzbrantner/charts - v0.1.1
Loading...