Config
gauge

gauge

단일 값을 다양한 방식으로 표시한다.

Options

backgroundStyle: SVGStyles|string

bottom: string|number

plot 영역의 아래쪽 모서리와 wid사이의 간격.
bottom이 설정되면 이 속성은 무시된다.

col: number

분할 모드일 때 게이지가 표시될 pane의 수평 index.

duration: number

Animation duration.

height: string|number

게이지 높이. 픽셀 단위의 고정 값이나, plot 영역에 대한 상태 크기롤 지정할 수 있다.

left: string|number

plot 영역의 왼쪽 모서리와 wid사이의 간격.

name: string

게이지 이름. 동적으로 게이지를 다루기 위해서는 반드시 지정해야 한다.

right: string|number

plot 영역의 오른쪽 모서리와 widget 사이의 간격.
left가 설정되면 이 속성은 무시된다.

row: number

분할 모드일 때 게이지가 표시될 pane의 수직 index.

size: string|number

widthheight를 동시에 설정한다.

style: SVGStyles|string

스타일셋 또는 css selector (opens in a new tab).

top: string|number

plot 영역의 위쪽 모서리와 wid사이의 간격.

type: 'bulletgroup'|'bullet'|'circlegroup'|'circle'|'clock'|'lineargroup'|'linear'

  • 'bulletgroup'
  • 'bullet'
  • 'circlegroup'
  • 'circle'
  • 'clock'
  • 'lineargroup'
  • 'linear'

visible: boolean

표시 여부.

default :true

width: string|number

게이지 너비. 픽셀 단위의 고정 값이나, plot 영역에 대한 상태 크기롤 지정할 수 있다.