GaugeChartTypes: {
    Solid: typeof SolidGauge;
} = ...

Collection of GaugeChart implementations. Each option can have their own visual design, and API for customization of it.

Note, at this time, there is only a single type available, leaving this API effectively unusable.

This must be specified when the GaugeChart is created (or default one will be used).

Example usage:

// Create a GaugeChart with specified type
LightningChart.Gauge({ type: GaugeChartTypes.Solid })

Type declaration

  • Solid: typeof SolidGauge

    Solid Gauge Chart type, which contains a single slice represents a value within the interval.