JUI(Simple UI & Chart Component)

chart.widget.title

Hierarchy

chart.draw
chart.widget.core
chart.widget.title

Files

Defined By

Config options

chart.widget.title
view source
: "start"/"middle"/"end"
Aligns the title message (start, middle, end). ...

Aligns the title message (start, middle, end).

Defaults to: "center"

Run the animation effect. ...

Run the animation effect.

Defaults to: false

chart.widget.title
view source
: Number
Moves the x coordinate by a set value from the location where the chart is drawn. ...

Moves the x coordinate by a set value from the location where the chart is drawn.

Defaults to: 0

chart.widget.title
view source
: Number
Moves the y coordinate by a set value from the location where the chart is drawn. ...

Moves the y coordinate by a set value from the location where the chart is drawn.

Defaults to: 0

current widget index ...

current widget index

Defaults to: 0

chart.widget.title
view source
: "top"/"center"/"bottom"
Determines the side on which the tool tip is displayed (top, center, bottom). ...

Determines the side on which the tool tip is displayed (top, center, bottom).

Defaults to: "top"

Determines whether a widget is to be rendered. ...

Determines whether a widget is to be rendered.

Defaults to: false

chart.widget.title
view source
: Number
Sets the title message size. ...

Sets the title message size.

Defaults to: null

chart.widget.title
view source
: String
Sets the title message color. ...

Sets the title message color.

Defaults to: null

chart.widget.title
view source
: String
Sets the title message. ...

Sets the title message.

Defaults to: ""

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

[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

( type, w, h, anchor ) : String
말풍선 그리그 메소드 ...

말풍선 그리그 메소드

Parameters

  • type : String
  • w : Number
  • h : Number
  • anchor : Number

Returns

  • String
draw object ...

draw object

Returns

  • Object
run after draw object ...

run after draw object

implements animate code after draw object ...

implements animate code after draw object

run before draw object ...

run before draw object

Get a default format callback of draw object. ...

Get a default format callback of draw object.

Returns

  • Function
( type, callback ) : *
chart.on() 을 쉽게 사용 할 수 있게 해주는 유틸리티 함수 ...

chart.on() 을 쉽게 사용 할 수 있게 해주는 유틸리티 함수

Parameters

  • type : String

    event name

  • callback : Function

Returns

  • *
모든 Draw 객체는 render 함수를 통해서 그려진다. ...

모든 Draw 객체는 render 함수를 통해서 그려진다.