chart.widget.map.minimap
Hierarchy
chart.drawchart.widget.corechart.widget.map.corechart.widget.map.minimapFiles
Defined By
Config options
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
- *