JUI(Simple UI & Chart Component)

chart.axis

Files

Axis 를 관리하는 클래스

  • x 축
  • y 축
  • area { x, y, width, height}
  • data Axis 에 적용될 데이타
Defined By

Config options

chart.axis
view source
: Object

degree of 3d chart

degree of 3d chart

chart.axis
view source
: Object
set area(x, y, width, height) of axis ...

set area(x, y, width, height) of axis

Defaults to: {}

chart.axis
view source
: Number
Limits the number of elements shown on a chart. ...

Limits the number of elements shown on a chart.

Defaults to: 10000

Sets a grid on the C axis (see the grid tab). ...

Sets a grid on the C axis (see the grid tab).

Defaults to: null

chart.axis
view source
: Array
Sets the row set data which constitute a chart. ...

Sets the row set data which constitute a chart.

Defaults to: []

chart.axis
view source
: Number
Set depth of 3d chart ...

Set depth of 3d chart

Defaults to: 0

chart.axis
view source
: Number
...

Defaults to: 0

chart.axis
view source
: Integer
Configures the index of an applicable grid group when intending to use already configured axis options. ...

Configures the index of an applicable grid group when intending to use already configured axis options.

Defaults to: null

chart.axis
view source
: Object
grid's data key map ...

grid's data key map

Defaults to: {}

chart.axis
view source
: chart.map.core
Sets a map on the Map axis ...

Sets a map on the Map axis

Defaults to: null

chart.axis
view source
: Array
[Fore read only] Original data initially set. ...

[Fore read only] Original data initially set.

Defaults to: []

chart.axis
view source
: Object
axis padding ...

axis padding

Defaults to: {top: 0, bottom: 0, left: 0, right: 0}

  • top : Number (optional)

    axis's top padding

    Defaults to: 0

  • bottom : Number (optional)

    axis's bottom padding

    Defaults to: 0

  • left : Number (optional)

    axis's left padding

    Defaults to: 0

  • right : Number (optional)

    axis's right padding

    Defaults to: 0

chart.axis
view source
: Number
Page number of the data currently drawn. ...

Page number of the data currently drawn.

Defaults to: 1

chart.axis
view source
: Number
Set perspective values in the 3d chart ...

Set perspective values in the 3d chart

Defaults to: 0.9

chart.axis
view source
: Number
Data shift count for the 'prev' or 'next' method of the chart builder. ...

Data shift count for the 'prev' or 'next' method of the chart builder.

Defaults to: 1

chart.axis
view source
: Number
...

Defaults to: 0

Sets a grid on the X axis (see the grid tab). ...

Sets a grid on the X axis (see the grid tab).

Defaults to: null

Sets a grid on the Y axis (see the grid tab). ...

Sets a grid on the Y axis (see the grid tab).

Defaults to: null

Sets a grid on the Z axis (see the grid tab). ...

Sets a grid on the Z axis (see the grid tab).

Defaults to: null

Defined By

Properties

chart.axis
view source
: Integer
Limits the number of elements shown on a chart. ...

Limits the number of elements shown on a chart.

Defaults to: 10000

Sets a custom grid (see the grid tab). ...

Sets a custom grid (see the grid tab).

Defaults to: null

chart.axis
view source
: Array
Sets the row set data which constitute a chart. ...

Sets the row set data which constitute a chart.

Defaults to: []

chart.axis
view source
: Integer
[For read only] End index of the data currently drawn. ...

[For read only] End index of the data currently drawn.

Defaults to: 0

chart.axis
view source
: chart.map
Sets a chart map. ...

Sets a chart map.

Defaults to: null

chart.axis
view source
: Array
[For read only] Original data initially set. ...

[For read only] Original data initially set.

Defaults to: []

chart.axis
view source
: Integer
[For read only] Page number of the data currently drawn. ...

[For read only] Page number of the data currently drawn.

Defaults to: 1

chart.axis
view source
: Integer
Data shift count for the 'prev' or 'next' method of the chart builder. ...

Data shift count for the 'prev' or 'next' method of the chart builder.

Defaults to: 1

chart.axis
view source
: Integer
[For read only] Start index of the data currently drawn. ...

[For read only] Start index of the data currently drawn.

Defaults to: 0

Sets a grid on the X axis (see the grid tab). ...

Sets a grid on the X axis (see the grid tab).

Defaults to: null

Sets a grid on the Y axis (see the grid tab). ...

Sets a grid on the Y axis (see the grid tab).

Defaults to: null

Defined By

Methods

chart.axis
view source
( key ) : Number/Object
Gets the top, bottom, left and right margin values. ...

Gets the top, bottom, left and right margin values.

Parameters

  • key : "top"/"left"/"bottom"/"right"

Returns

  • Number/Object
chart.axis
view source
( key ) : Number/Object
Axis 의 표시 영역을 리턴한다. ...

Axis 의 표시 영역을 리턴한다.

Parameters

  • key : "x"/"y"/"width"/'height"/null

    area's key

Returns

  • Number/Object

    key 가 있으면 해당 key 의 value 를 리턴한다. 없으면 전체 area 객체를 리턴한다.

chart.axis
view source
( key )
Axis 의 옵션 정보를 리턴한다. ...

Axis 의 옵션 정보를 리턴한다.

Parameters

  • key : Object
chart.axis
view source
( data, fieldString, [defaultValue] ) : Mixed
특정 필드의 값을 맵핑해서 가지고 온다. ...

특정 필드의 값을 맵핑해서 가지고 온다.

Parameters

  • data : Object

    row data

  • fieldString : String

    필드 이름

  • defaultValue : String/Number/Boolean/Object (optional)

    기본값

    Defaults to: ''

Returns

  • Mixed
chart.axis
view source
( )
...
chart.axis
view source
( )
...
chart.axis
view source
( options )
Axis 의 x,y,z 축을 다시 생성한다. ...

Axis 의 x,y,z 축을 다시 생성한다. * *

Parameters

  • options : Object
chart.axis
view source
( pNo )
화면상에 보여줄 데이타를 페이징한다. ...

화면상에 보여줄 데이타를 페이징한다.

Parameters

  • pNo : Number

    페이지 번호

chart.axis
view source
( type, grid )
axis의 주요 프로퍼티를 업데이트한다. ...

axis의 주요 프로퍼티를 업데이트한다.

Parameters

  • type : "x"/"y"/"c"/"map"/"degree"/"padding"
  • grid : Object
chart.axis
view source
( data )
data 를 업데이트 한다. ...

data 를 업데이트 한다.

Parameters

  • data : Array
chart.axis
view source
( type, grid )deprecated
...

This method has been deprecated

grid 정보를 업데이트 한다.

Parameters

  • type : "x"/"y"/"c"/"map"
  • grid : Object
chart.axis
view source
( start, end )
특정 인덱스의 영역으로 데이타를 다시 맞춘다. ...

특정 인덱스의 영역으로 데이타를 다시 맞춘다.

Parameters

  • start : Number
  • end : Number