chart.widget.zoom
Hierarchy
chart.drawchart.widget.corechart.widget.zoomRequires
Files
Defined By
Config options
format : Function
Determines whether to format the value on an axis. ...
Determines whether to format the value on an axis.
Defaults to: null
interval : Number
Sets the interval of the scale displayed on a grid. ...
Sets the interval of the scale displayed on a grid.
Defaults to: 1000
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
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
- *