UNPKG

@gooddata/react-components

Version:

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

9 lines (8 loc) 479 B
import { PluggableBaseChart } from "../baseChart/PluggableBaseChart"; import { IReferencePoint, IExtendedReferencePoint, IVisConstruct } from "../../../interfaces/Visualization"; export declare class PluggableLineChart extends PluggableBaseChart { constructor(props: IVisConstruct); getSupportedPropertiesList(): string[]; getExtendedReferencePoint(referencePoint: IReferencePoint): Promise<IExtendedReferencePoint>; protected renderConfigurationPanel(): void; }