Interface MultiRegionMultiMetricChartProps

Hierarchy

  • BaseChartProps
    • MultiRegionMultiMetricChartProps

Properties

height: number

Height of the chart.

initialMetric: string | Metric
initialRegions: Region[]
initialTimePeriod?: TimePeriod

Initially selected time period

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.

metrics: (string | Metric)[]

List of metrics to show in the metrics dropdown

regions: Region[]
timePeriods?: TimePeriod[]

List of time period options that the chart can be filtered by

width: number

Width of the chart.

Generated using TypeDoc