JUI(Simple UI & Chart Component)

chart.draw

Requires

jquery

Subclasses

Files

Defined By

Config options

chart.draw
view source
: Boolean
Run the animation effect. ...

Run the animation effect.

Defaults to: false

chart.draw
view source
: 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

Methods

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

말풍선 그리그 메소드

Parameters

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

Returns

  • String
chart.draw
view source
( ) : Object
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

chart.draw
view source
( ) : Function
Get a default format callback of draw object. ...

Get a default format callback of draw object.

Returns

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

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

Parameters

  • type : String

    event name

  • callback : Function

Returns

  • *
chart.draw
view source
( )
모든 Draw 객체는 render 함수를 통해서 그려진다. ...

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