UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

9 lines (8 loc) 387 B
import { PluggableColumnBarCharts } from "../PluggableColumnBarCharts"; import { IVisConstruct, IUiConfig } from "../../../interfaces/Visualization"; export declare class PluggableBarChart extends PluggableColumnBarCharts { constructor(props: IVisConstruct); getUiConfig(): IUiConfig; getSupportedPropertiesList(): string[]; protected renderConfigurationPanel(): void; }