JUI(Simple UI & Chart Component)

chart.widget.tooltip

Hierarchy

chart.draw
chart.widget.core
chart.widget.tooltip

Requires

jquery

Files

Defined By

Config options

chart.widget.tooltip
view source
: "bottom"/"top"/"left"/"right"

the side on which the tool tip is displayed (top, bottom, left, right).

the side on which the tool tip is displayed (top, bottom, left, right).

chart.widget.tooltip
view source
: Boolean
Determines whether to show all values of row data. ...

Determines whether to show all values of row data.

Defaults to: false

chart.widget.tooltip
view source
: Boolean
Remove tooltip's anchor ...

Remove tooltip's anchor

Defaults to: true

Run the animation effect. ...

Run the animation effect.

Defaults to: false

chart.widget.tooltip
view source
: Number
Specifies a brush index for which a widget is used. ...

Specifies a brush index for which a widget is used.

Defaults to: 0

chart.widget.tooltip
view source
: Boolean
When I went out of the area, reversing the tooltip. ...

When I went out of the area, reversing the tooltip.

Defaults to: false

chart.widget.tooltip
view source
: Function
Sets the format of the value that is displayed on the tool tip. ...

Sets the format of the value that is displayed on the tool tip.

Defaults to: null

current widget index ...

current widget index

Defaults to: 0

chart.widget.tooltip
view source
: Boolean
Visible Guidelines. ...

Visible Guidelines.

Defaults to: false

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

Determines whether a widget is to be rendered.

Defaults to: false

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 함수를 통해서 그려진다.