# Interface: ChartMeta<TElement, TDatasetElement>

# Type parameters

Name Type
TElement extends ElementElement
TDatasetElement extends ElementElement

# Properties

# _parsed

_parsed: unknown[]

# Defined in

index.esm.d.ts:436 (opens new window)


# _sorted

_sorted: boolean

# Defined in

index.esm.d.ts:434 (opens new window)


# _stacked

_stacked: boolean | "single"

# Defined in

index.esm.d.ts:435 (opens new window)


# controller

controller: DatasetController<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", Element<Object, Object>, Element<Object, Object>, number | BarParsedData | CartesianParsedData | BubbleParsedData | RadialParsedData>

# Defined in

index.esm.d.ts:406 (opens new window)


# data

data: TElement[]

# Defined in

index.esm.d.ts:417 (opens new window)


# dataset

Optional dataset: TDatasetElement

# Defined in

index.esm.d.ts:418 (opens new window)


# hidden

hidden: boolean

# Defined in

index.esm.d.ts:420 (opens new window)


# iAxisID

iAxisID: string

# Defined in

index.esm.d.ts:425 (opens new window)


# iScale

Optional iScale: Scale<CoreScaleOptions>

# Defined in

index.esm.d.ts:431 (opens new window)


# index

index: number

# Defined in

index.esm.d.ts:410 (opens new window)


# indexAxis

indexAxis: "x" | "y"

# Defined in

index.esm.d.ts:415 (opens new window)


# label

label: string

# Defined in

index.esm.d.ts:409 (opens new window)


# order

order: number

# Defined in

index.esm.d.ts:407 (opens new window)


# rAxisID

Optional rAxisID: string

# Defined in

index.esm.d.ts:424 (opens new window)


# rScale

Optional rScale: Scale<CoreScaleOptions>

# Defined in

index.esm.d.ts:430 (opens new window)


# stack

stack: number

# Defined in

index.esm.d.ts:413 (opens new window)


# type

type: string

# Defined in

index.esm.d.ts:405 (opens new window)


# vAxisID

vAxisID: string

# Defined in

index.esm.d.ts:426 (opens new window)


# vScale

Optional vScale: Scale<CoreScaleOptions>

# Defined in

index.esm.d.ts:432 (opens new window)


# visible

visible: boolean

# Defined in

index.esm.d.ts:411 (opens new window)


# xAxisID

Optional xAxisID: string

# Defined in

index.esm.d.ts:422 (opens new window)


# xScale

Optional xScale: Scale<CoreScaleOptions>

# Defined in

index.esm.d.ts:428 (opens new window)


# yAxisID

Optional yAxisID: string

# Defined in

index.esm.d.ts:423 (opens new window)


# yScale

Optional yScale: Scale<CoreScaleOptions>

# Defined in

index.esm.d.ts:429 (opens new window)