chart.widget.topologyctrl
Hierarchy
chart.drawchart.widget.corechart.widget.topologyctrlFiles
Defined By
Config options
brush : Number
Specifies a brush index for which a widget is used. ...
Specifies a brush index for which a widget is used.
Defaults to: 0
move : Boolean
Set to be moved to see the point of view of the topology map. ...
Set to be moved to see the point of view of the topology map.
Defaults to: false
render : Boolean
Determines whether a widget is to be rendered. ...
Determines whether a widget is to be rendered.
Defaults to: false
type : String
Specifies the type of a widget/brush/grid to be added. ...
Specifies the type of a widget/brush/grid to be added.
Defaults to: null
zoom : Boolean
Set the zoom-in / zoom-out features of the topology map. ...
Set the zoom-in / zoom-out features of the topology map.
Defaults to: false
Defined By
Properties
index : Number
[Read Only] Index which shows the sequence how a widget is drawn.
[Read Only] Index which shows the sequence how a widget is drawn.
Defined By
Methods
balloonPoints( type, w, h, anchor ) : String
말풍선 그리그 메소드 ...
말풍선 그리그 메소드
Parameters
- type : String
- w : Number
- h : Number
- anchor : Number
Returns
- String
drawAnimate( )
implements animate code after draw object ...
implements animate code after draw object
format( ) : Function
Get a default format callback of draw object. ...
Get a default format callback of draw object.
Returns
- Function
on( type, callback ) : *
chart.on() 을 쉽게 사용 할 수 있게 해주는 유틸리티 함수 ...
chart.on() 을 쉽게 사용 할 수 있게 해주는 유틸리티 함수
Parameters
- type : String
event name
- callback : Function
Returns
- *