Interface MetricMultiProgressBarProps

Hierarchy

Properties

barColor?: string

Color of the progress bar charted bars.

Default

"#000000"

bgColor?: string

Background color of the progress bar. If undefined, theme.palette.border.default is used.

borderRadius?: number

Border radius of the progress bar.

Default

4

height?: number

Height of the progress bar.

Default

16 (DEFAULT_HEIGHT)

maxValue: number

Maximum value of the progress bar's range.

metrics: [MetricProp, MetricProp]
region: Region
title?: string

A text description of what the progress bar is displaying.

width?: number

Width of the progress bar.

Default

100 (DEFAULT_WIDTH)

Generated using TypeDoc