Interface MetricSeriesChartProps

Hierarchy

  • BaseChartProps
    • MetricSeriesChartProps

Properties

dateRange?: DateRange

Date range used to filter the series.

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.

series: Series[]

Array of series rendered in the chart.

showLabels?: boolean

Show labels for each series.

Default

true

width: number

Width of the chart.

Generated using TypeDoc