API
BubbleScaleOptions

BubbleScaleOptions extends ScaleOptions

버블,파이 시리즈의 데이터포인트 값에 따라 설정되는 원 크기를 몇 단계로 나누어 원 크기와 값 사이의 관계를 개략적으로 표시한다.

Options

align: 'center' | 'left' | 'right'

수평 배치.
값을 지정하지 않으면, 기본값이 location'body'일 때는 'left', 'left', 'right'일 때는 'center'이다.

  • 'center' 영역 가운데로 정렬한다.
  • 'left' 왼쪽으로 정렬한다.
  • 'right' 오른쪽으로 정렬한다.

default :undefined

background: MapWidgetBackgroundOptions

범례나 scale의 배경 설정 옵션.

default :undefined

footer: MapWidgetCaptionOptions

범례나 scale의 footer 설정 옵션.

default :undefined

group: string (opens in a new tab)

이 위젯이 표시될 위젯 그룹 이름.
그룹에 포함되지 않은 위젯은 location 설정에 따라 위젯 섹션이나 body 영역에 표시된다.

default :undefined

location: 'body' | 'bottom' | 'left' | 'right' | 'top'

범례나 scale 표시 위치.

  • 'body' 맵차트 본체 영역 내부에 표시한다.
  • 'bottom' 맵차트 본체 아래 표시한다.
  • 'left' 맵차트 본체 왼쪽에 표시한다.
  • 'right' 맵차트 본체 오른쪽에 표시한다.
  • 'top' 맵차트 타이틀 아래 표시한다.

default :'bottom'

name: string (opens in a new tab)

시리즈에서 참조하는 범례나 스케일 이름.

default :undefined

offsetX: number (opens in a new tab)

범례 또는 scale과 (location이 body일 때)body 또는 맵차트 경계 사이의 수평 간격.

default :0

offsetY: number (opens in a new tab)

범례 또는 scale과 (location이 body일 때)body 또는 맵차트 경계 사이의 수직 간격.

default :0

order: number (opens in a new tab)

그룹 내에서 배치 순서.
값을 지정하지 않거나 잘못 지정하면 마자믹에 배치된다.

default :undefined

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

minValuemaxValue를 지정하지 않는 경우 범위 기준값을 계산할 시리즈의 이름이나 index.
이 속성을 지정하지 않으면 첫 번째 map 시리즈의 범위를 계산한다.

default :undefined

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

스타일셋 혹은 class selector.

default :undefined

title: MapWidgetCaptionOptions

범례나 scale의 타이틀 설정 옵션.

default :undefined

verticalAlign: 'bottom' | 'middle' | 'top'

수직 배치.
값을 지정하지 않으면, 기본값이 location'body'일 때는 'top', 'top', 'bottom'일 때는 'middle'이다.

  • 'bottom'
  • 'middle'
  • 'top'

default :undefined

visible: boolean (opens in a new tab)

표시 여부.

default :true