SeriesMarkerOptions extends ChartItemOptions
subinterfaces LineSeriesMarkerOptions
, DumbbellSeriesMarkerOptions
, LollipopSeriesMarkerOptions
dumbbell
시리즈 등 데이터포인트 뷰에 표시되는 마커 옵션.
Options
radius: number
(opens in a new tab)
shape
의 반지름.
default :undefined
shape: 'circle'
| 'diamond'
| 'itriangle'
| 'rectangle'
| 'square'
| 'star'
| 'triangle'
명시적으로 지정하지 않으면 typeIndex에 따라 Shapes 중 하나로 돌아가면서 설정된다.
'circle'
원'diamond'
다아이몬드'itriangle'
역삼각형'rectangle'
사각형'square'
정사각형'star'
별 모양'triangle'
삼각형
default :undefined
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