API
ExportOptions

ExportOptions

내보내기 옵션.

Properties

fileName: string (opens in a new tab)

내보낸 차트에 사용할 확장자 없는 파일명. fileName을 지정하지 않을 경우 realchart.type으로 다운로드 된다.

default :undefined

type: 'jpeg' | 'pdf' | 'png' | 'print' | 'svg'

내보낸 차트에 사용할 확장자.

type을 지정하지 않을 경우 png로 내보내기 된다.

  • 'jpeg'
  • 'pdf'
  • 'png'
  • 'print'
  • 'svg'

default :undefined