Gauge Chart Config
data class GaugeChartConfig(val placeHolderColor: Color, val primaryColor: Color, val strokeWidth: Float, val showNeedle: Boolean, val showIndicator: Boolean, val indicatorColor: Color, val indicatorWidth: Float)
Represents the configuration for a gauge chart.
Parameters
place Holder Color
The color of the placeholder arc in the gauge chart.
primary Color
The color of the primary arc in the gauge chart.
stroke Width
The width of the arcs in the gauge chart.
show Needle
Indicates whether to show the needle in the gauge chart.
show Indicator
Indicates whether to show the indicator in the gauge chart.
indicator Color
The color of the indicator in the gauge chart.
indicator Width
The width of the indicator in the gauge chart.