Chart

Meter

Web supportediOS supportedAndroid supported

A compact accessible scalar for rows, settings and summaries.

Storage used

72 / 100

DOM element, no chart engine · View source

When to use

Use instead of a gauge when vertical space is limited.

Props

The chart's own props first, then the shared ones this form reads.

PropTypeDefaultDescription
label*stringAccessible label rendered above the meter.
value*numberCurrent measured value.
max*numberUpper bound of the meter.
formatChartNumberFormatNumber formatting shared by axes, labels and tooltips.
showValuebooleantrueDisplays the numeric value next to the label.
classNamestringCSS class applied to the chart root.
surfaceChartSurfaceThe container the plot sits in — background, border, corner radius, padding. Merges over Chart.Provider, key by key.