chart.widget.title
Hierarchy
chart.drawchart.widget.corechart.widget.titleFiles
Config options
Aligns the title message (start, middle, end).
Defaults to: "center"
Moves the x coordinate by a set value from the location where the chart is drawn.
Defaults to: 0
Moves the y coordinate by a set value from the location where the chart is drawn.
Defaults to: 0
Determines the side on which the tool tip is displayed (top, center, bottom).
Defaults to: "top"
Determines whether a widget is to be rendered.
Defaults to: false
Specifies the type of a widget/brush/grid to be added.
Defaults to: null
Properties
[Read Only] Index which shows the sequence how a widget is drawn.
[Read Only] Index which shows the sequence how a widget is drawn.
Methods
말풍선 그리그 메소드
Parameters
- type : String
- w : Number
- h : Number
- anchor : Number
Returns
- String
implements animate code after draw object
Get a default format callback of draw object.
Returns
- Function
chart.on() 을 쉽게 사용 할 수 있게 해주는 유틸리티 함수
Parameters
- type : String
event name
- callback : Function
Returns
- *