Interface MetricLineChartProps

Hierarchy

  • BaseChartProps
    • MetricLineChartProps

Properties

height: number

Height of the chart.

marginBottom?: number

Bottom margin of the chart.

marginLeft?: number

Left margin of the chart.

marginRight?: number

Right margin of the chart.

marginTop?: number

Top margin of the chart.

metric: string | Metric

Metric represented by the line chart.

region: Region

Region represented by the line chart.

width: number

Width of the chart.

Generated using TypeDoc