UNPKG

@gooddata/react-components

Version:
12 lines (11 loc) 388 B
export declare enum VisualizationTypes { BAR = "bar", COLUMN = "column", LINE = "line", PIE = "pie", TABLE = "table", } export declare type ChartType = 'line' | 'bar' | 'column' | 'pie'; export declare type VisType = ChartType | 'table'; export declare type ChartElementType = 'slice' | 'bar' | 'point'; export declare type VisElementType = ChartElementType | 'cell';