Skip to content

grafit-charts


Type Alias: GaugeOptions

GaugeOptions = Omit<RadialGaugeSeriesOptions, "type"> | Omit<LinearGaugeSeriesOptions, "type"> & object

Type Declaration

container?

optional container?: HTMLElement

height?

optional height?: number

theme?

optional theme?: unknown

title?

optional title?: string

type?

optional type?: "radial-gauge" | "linear-gauge"

width?

optional width?: number