UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

20 lines 471 B
import type { $Values } from 'utility-types'; /** * Available chart types * @public */ export declare const ChartType: Readonly<{ Global: "global"; Goal: "goal"; Partition: "partition"; Flame: "flame"; Timeslip: "timeslip"; XYAxis: "xy_axis"; Heatmap: "heatmap"; Wordcloud: "wordcloud"; Metric: "metric"; Bullet: "bullet"; }>; /** @public */ export type ChartType = $Values<typeof ChartType>; //# sourceMappingURL=index.d.ts.map