DumbbellSeriesMarkerOptions extends SeriesMarkerOptions
dumbbell
시리즈 등 데이터포인트 뷰에 표시되는 마커 옵션.
Properties
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)
스타일셋
또는 css selector
(opens in a new tab).
default :undefined
styleCallback: (args: DataPointCallbackArgs
) => SVGStyles
|string
(opens in a new tab)
데이터포인트 마커의 동적 스타일 콜백.
이 콜백에서 리턴되는 스타일이 가장 우선적으로 적용된다.
default :undefined
visible: boolean
(opens in a new tab)
표시 여부.
default :true