맨위로가기
 

SBCHART

닫기

data.types

#2.0.0

범례 별로 차트의 종류를 지정하여 콤비네이션 차트를 구성합니다.
지정되지 않은 범례는 기본으로 라인 차트로 처리됩니다.

  • Type : Object
    • 데이터 구조는 범례 아이디: 차트 종류 형태입니다.
  • Format
    data: {
      types: {"2015": "line", "2016": "bar", "2016": "spline"}
    }
    
  • 사용 가능 차트는 다음과 같습니다.
    • line
    • spline
    • area
    • bar
    • bubble
    • step
    • area-spline
    • area-step
    • barrange
      • barrange-start
      • barrange-end
    • candlestick
      • candlestick-open
      • candlestick-close
      • candlestick-low
      • candlestick-high