GaugeChartComponentProps
| Name | Type | Description |
|---|---|---|
| className? | string | Optional class name to set on the chart component's container |
| data? | Array<ObjectData> | Optional data to load after the chart has been mounted. |
| options | Omit<GaugeChartOptions,"data" | "url" | "model"> | Options for the chart |