Skip to main content

Enumeration: GraphType

Defined in: components/Graph/types.ts:1

Enumeration Members

AREA_STACKED

AREA_STACKED: "AREA_STACKED"

Defined in: components/Graph/types.ts:6


BAR_GROUPED

BAR_GROUPED: "BAR_GROUPED"

Defined in: components/Graph/types.ts:10


BAR_HORIZONTAL

BAR_HORIZONTAL: "BAR_HORIZONTAL"

Defined in: components/Graph/types.ts:8


BAR_STACKED

BAR_STACKED: "BAR_STACKED"

Defined in: components/Graph/types.ts:9


BAR_VERTICAL

BAR_VERTICAL: "BAR_VERTICAL"

Defined in: components/Graph/types.ts:7


CANDLESTICK

CANDLESTICK: "CANDLESTICK"

Defined in: components/Graph/types.ts:11


LINE

LINE: "LINE"

Defined in: components/Graph/types.ts:2


LINE_CURVED

LINE_CURVED: "LINE_CURVED"

Defined in: components/Graph/types.ts:4


LINE_CURVED_MARKERS

LINE_CURVED_MARKERS: "LINE_CURVED_MARKERS"

Defined in: components/Graph/types.ts:5


LINE_MARKERS

LINE_MARKERS: "LINE_MARKERS"

Defined in: components/Graph/types.ts:3