XYChartSeriesIdentifier
@elastic/charts • Exports
@elastic/charts / XYChartSeriesIdentifier
Interface: XYChartSeriesIdentifier<D>
Contents
Extends
Type parameters
Properties
key
key:
string
A string key used to uniquely identify a series
Inherited from
SeriesIdentifier.key
Source
packages/charts/src/common/series_id.ts:30
seriesKeys
seriesKeys: (
string
|number
)[]
Source
packages/charts/src/chart_types/xy_chart/utils/series.ts:67
smHorizontalAccessorValue?
smHorizontalAccessorValue?:
NonNullable
<PrimitiveValue
>
Inherited from
SmallMultiplesDatum.smHorizontalAccessorValue
Source
packages/charts/src/common/panel_utils.ts:46
smVerticalAccessorValue?
smVerticalAccessorValue?:
NonNullable
<PrimitiveValue
>
Inherited from
SmallMultiplesDatum.smVerticalAccessorValue
Source
packages/charts/src/common/panel_utils.ts:47
specId
specId:
string
The SpecId, used to identify the spec
Inherited from
SeriesIdentifier.specId
Source
packages/charts/src/common/series_id.ts:26
splitAccessors
splitAccessors:
Map
<string
|number
,string
|number
>
Source
packages/charts/src/chart_types/xy_chart/utils/series.ts:66
xAccessor
xAccessor:
Accessor
<D
>
Source
packages/charts/src/chart_types/xy_chart/utils/series.ts:64
yAccessor
yAccessor:
Accessor
<D
>
Source
packages/charts/src/chart_types/xy_chart/utils/series.ts:65
Generated using typedoc-plugin-markdown and TypeDoc