Reincharts
Preparing search index...
packages/interactive/src
GannFan
Class GannFan
Hierarchy
Component
<
GannFanProps
,
GannFanState
>
GannFan
Index
Constructors
constructor
Properties
get
Selection
State
mouse
Moved
save
Node
Type
terminate
default
Props
display
Name
Methods
handle
Drag
Fan
handle
Drag
Fan
Complete
handle
Draw
Fan
handle
End
handle
Start
render
Constructors
constructor
new
GannFan
(
props
:
GannFanProps
)
:
GannFan
Parameters
props
:
GannFanProps
Returns
GannFan
Properties
Private
get
Selection
State
getSelectionState
:
any
Private
mouse
Moved
mouseMoved
:
any
Private
save
Node
Type
saveNodeType
:
any
Private
terminate
terminate
:
any
Static
default
Props
defaultProps
:
{
appearance
:
{
edgeFill
:
string
;
edgeStroke
:
string
;
edgeStrokeWidth
:
number
;
fill
:
string
[]
;
fontFamily
:
string
;
fontFill
:
string
;
fontSize
:
number
;
r
:
number
;
stroke
:
string
;
strokeWidth
:
number
;
}
;
currentPositionOpacity
:
number
;
currentPositionRadius
:
number
;
currentPositionStroke
:
string
;
currentPositionStrokeWidth
:
number
;
enabled
:
boolean
;
fans
:
never
[]
;
hoverText
:
{
bgFill
:
string
;
bgHeight
:
string
;
bgWidth
:
string
;
enable
:
boolean
;
fill
:
string
;
fontFamily
:
string
;
fontSize
:
number
;
text
:
string
;
}
;
onComplete
:
()
=>
void
;
}
= ...
Static
display
Name
displayName
:
string
= "GannFan"
Methods
Private
Readonly
handle
Drag
Fan
handleDragFan
(
_
:
MouseEvent
,
index
:
undefined
|
number
,
newXYValue
:
any
)
:
void
Parameters
_
:
MouseEvent
index
:
undefined
|
number
newXYValue
:
any
Returns
void
Private
Readonly
handle
Drag
Fan
Complete
handleDragFanComplete
(
e
:
MouseEvent
,
moreProps
:
any
)
:
void
Parameters
e
:
MouseEvent
moreProps
:
any
Returns
void
Private
Readonly
handle
Draw
Fan
handleDrawFan
(
_
:
MouseEvent
,
xyValue
:
any
)
:
void
Parameters
_
:
MouseEvent
xyValue
:
any
Returns
void
Private
Readonly
handle
End
handleEnd
(
e
:
MouseEvent
,
_
:
any
,
moreProps
:
any
)
:
void
Parameters
e
:
MouseEvent
_
:
any
moreProps
:
any
Returns
void
Private
Readonly
handle
Start
handleStart
(
_
:
MouseEvent
,
xyValue
:
any
)
:
void
Parameters
_
:
MouseEvent
xyValue
:
any
Returns
void
render
render
()
:
Element
Returns
Element
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
get
Selection
State
mouse
Moved
save
Node
Type
terminate
default
Props
display
Name
Methods
handle
Drag
Fan
handle
Drag
Fan
Complete
handle
Draw
Fan
handle
End
handle
Start
render
Reincharts
Loading...