Skip to main content

TooltipTableColumnColor

@elastic/chartsExports


@elastic/charts / TooltipTableColumnColor

Interface: TooltipTableColumnColor<D, SI>

Table column definition for color strip

Contents

Extends

Type parameters

D extends BaseDatum = Datum

SI extends SeriesIdentifier = SeriesIdentifier

Properties

className?

className?: string

ClassName to be applied to table cells within column (i.e. td or th)

Inherited from

Omit.className

Source

packages/charts/src/components/tooltip/components/types.ts:36


footer?: undefined

Source

packages/charts/src/components/tooltip/components/types.ts:85


header?: undefined

Source

packages/charts/src/components/tooltip/components/types.ts:84


hidden?

hidden?: boolean | (items) => boolean

Boolean to hide entire column from table

Inherited from

Omit.hidden

Source

packages/charts/src/components/tooltip/components/types.ts:48


id?

id?: string

Identifier for column to be used in callbacks if needed

Inherited from

Omit.id

Source

packages/charts/src/components/tooltip/components/types.ts:32


style?

style?: TooltipCellStyle

Limited styles to apply to table cells within column (i.e. td or th)

Inherited from

Omit.style

Source

packages/charts/src/components/tooltip/components/types.ts:52


truncate?

truncate?: boolean

truncates cell content sharing the available width with other columns. Set width to control column width for truncating.

Inherited from

Omit.truncate

Source

packages/charts/src/components/tooltip/components/types.ts:57


type

type: "color"

Source

packages/charts/src/components/tooltip/components/types.ts:83


width?

width?: GridTemplateColumns<string | number>

Width of column used to generate gridTemplateColumns.

Inherited from

Omit.width

Source

packages/charts/src/components/tooltip/components/types.ts:61


Generated using typedoc-plugin-markdown and TypeDoc