API
PaneBodyOptions

PaneBodyOptions extends BodyOptions

분할(split) 모드에서 개별 pane의 body 설정 옵션.

Options

annotation: ImageAnnotationOptions | ShapeAnnotationOptions | TextAnnotationOptions | Array (opens in a new tab)<ImageAnnotationOptions | ShapeAnnotationOptions | TextAnnotationOptions>

body 영역 내에 표시되는 어노테이션 옵션.
옵션 객체 또는 옵션 객체 배열로 여러 어노테이션을 설정할 수 있다.
[주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 'annotations' 설정이 존재하면 load 후 이 속성으로 설정한다.

default :undefined

centerX: string (opens in a new tab) | number (opens in a new tab)

극좌표계 차트일 때 중심 x 좌표.

default :'50%'

centerY: string (opens in a new tab) | number (opens in a new tab)

극좌표계 차트일 때 중심 y 좌표.

default :'50%'

circular: boolean (opens in a new tab)

false이면 극좌표계 차트일 때, x 축선과 y축 그리드 선들을 다각형으로 표시한다.

default :true

emptyView: EmptyViewOptions

차트에 표시할 데이터가 존재하지 않을 때 표시되는 메시지 view.

default :undefined

extended: boolean (opens in a new tab)

true로 지정하면 chart loading시 이 설정에 포함되지 않은 속성들을 차트 기본 body의 설정에서 가져온다.

default :true

image: BackgroundImageOptions

배경 이미지 설정 옵션.

default :undefined

radius: string (opens in a new tab) | number (opens in a new tab)

극좌표계 차트일 때 반지름.

default :'45%'

style: SVGStyles | string (opens in a new tab)

스타일셋 또는 css selector (opens in a new tab).

default :undefined

visible: boolean (opens in a new tab)

표시 여부.

default :true

zoomButton: ZoomButtonOptions

Zoom 리셋 버튼 설정 옵션.

default :undefined

zoomCallback: (series: ZoomCallbackArgs) => void (opens in a new tab)

zoom 될 때 호출되는 이벤트 콜백

default :undefined

zoomType: 'none' | 'x'

plot 영역 마우스 드래깅을 통한 zooming 방식.

  • 'none'
  • 'x'

default :'none'