UNPKG

@gooddata/react-components

Version:

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

8 lines (7 loc) 446 B
import { PluggableBaseChart } from "../baseChart/PluggableBaseChart"; import { IReferencePoint, IExtendedReferencePoint, IVisConstruct } from "../../../interfaces/Visualization"; export declare class PluggableComboChartDeprecated extends PluggableBaseChart { constructor(props: IVisConstruct); getExtendedReferencePoint(referencePoint: IReferencePoint): Promise<IExtendedReferencePoint>; protected renderConfigurationPanel(): void; }