Readonly options for creating a linear gauge chart.

Hierarchy

Properties

animationsEnabled?: boolean

Convenience flag that can be used to enable/disable all animations in a component.

legend?: LegendOptions & {
    customLegend?: LegendLogic;
}

Configuration for the chart legend.

orientation: "horizontal" | "vertical"

Chart orientation (horizontal or vertical).

 // Example usage
const chart = lc.LinearGauge({ orientation: 'horizontal' })

Defaults to vertical