@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
9 lines (8 loc) • 520 B
TypeScript
import { PluggableBaseChart } from "../baseChart/PluggableBaseChart";
import { IReferencePoint, IExtendedReferencePoint, IVisConstruct, IBucket } from "../../../interfaces/Visualization";
export declare const transformBuckets: (buckets: IBucket[]) => IBucket[];
export declare class PluggableScatterPlot extends PluggableBaseChart {
constructor(props: IVisConstruct);
getExtendedReferencePoint(referencePoint: IReferencePoint): Promise<IExtendedReferencePoint>;
protected renderConfigurationPanel(): void;
}