BulletValueBarOptions extends LinearValueBarOptions
linear 게이지의 값을 표시하는 영역에 대한 설정 모델.
Options
belowStyle: SVGStyles
| string
(opens in a new tab)
현재 값
이 목표 값
미만일 때
적용되는 스타일셋
또는 css selector
(opens in a new tab).
default :undefined
style: SVGStyles
| string
(opens in a new tab)
스타일셋
또는 css selector
(opens in a new tab).
default :undefined
styleCallback: (args: any
(opens in a new tab)) => SVGStyles
|string
(opens in a new tab)
현재 값
등을 기준으로 추가 적용되는 스타일을 리턴한다.
기본 설정을 따르게 하고 싶으면 undefined나 null을 리턴한다.
default :undefined
visible: boolean
(opens in a new tab)
표시 여부.
default :true