API
DumbbellSeriesMarkerOptions

DumbbellSeriesMarkerOptions extends SeriesMarkerOptions

dumbbell 시리즈 등 데이터포인트 뷰에 표시되는 마커 옵션.

Options

radius: number (opens in a new tab)

default :4

shape: 'circle' | 'diamond' | 'itriangle' | 'rectangle' | 'square' | 'star' | 'triangle'

  • 'circle'
  • 'diamond' 다아이몬드
  • 'itriangle' 역삼각형
  • 'rectangle' 사각형
  • 'square' 정사각형
  • 'star' 별 모양
  • 'triangle' 삼각형

default :'circle'

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

스타일셋 혹은 class selector.

default :undefined

styleCallback: (args: DataPointCallbackArgs) => SVGStyles|string (opens in a new tab)

데이터포인트 마커의 동적 스타일 콜백.
이 콜백에서 리턴되는 스타일이 가장 우선적으로 적용된다.

default :undefined

visible: boolean (opens in a new tab)

표시 여부.

default :true