Skip to main content

DataSeriesDatum

@elastic/chartsExports


@elastic/charts / DataSeriesDatum

Interface: DataSeriesDatum<T>

Contents

Type parameters

T = any

Properties

datum

datum: T

initial datum

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:57


filled?

filled?: FilledValues

the list of filled values because missing or nulls

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:59


initialY0

initialY0: null | number

initial y0 value, non stacked

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:53


initialY1

initialY1: null | number

initial y1 value, non stacked

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:51


mark

mark: null | number

the optional mark metric, used for lines and area series

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:55


x

x: string | number

the x value

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:45


y0

y0: null | number

the minimum y value

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:49


y1

y1: null | number

the max y value

Source

packages/charts/src/chart_types/xy_chart/utils/series.ts:47


Generated using typedoc-plugin-markdown and TypeDoc