zoomType (chart properties)

마우스 드래그시 zoom 적용 방법을 설정 하는 속성입니다.

Info

name type required(default) description
zoomType string 선택(none) 마우스 드래그시 zoom 적용 방법 설정

Enum

Value Description
none 사용안함
x X축으로만 zoom 처리
y Y축으로만 zoom 처리
xy X축, Y축 양방향 zoom 처리

Example

//차트 기본 속성 설정
myChart.setOptions({
  chart: {
    zoomType : "x"
  }
}, {
  append: true,
  redraw: true
});

제공 버전

version desc
7.3.0.0