Gauge
constGauge:ForwardRefExoticComponent<GaugeComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:462
Gauge / meter React component. Updates the needle imperatively when value
changes, without recreating the chart.
Example
Section titled “Example”<Gauge value={72} min={0} max={100} segments={[ { to: 60, color: '#5b8cff' }, { to: 85, color: '#ffa45b' }, { to: 100, color: '#ff5b5b' }, ]}/>