Skip to content

Documentation / @ripl/charts / createGaugeChart

Function: createGaugeChart() ​

createGaugeChart(target, options): GaugeChart

Defined in: charts/src/charts/gauge.ts:251

Factory function that creates a new GaugeChart instance.

Parameters ​

ParameterType
targetstring | Context<Element, Record<string, unknown>> | HTMLElement
optionsGaugeChartOptions

Returns ​

GaugeChart