@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
12 lines (11 loc) • 455 B
TypeScript
/// <reference types="react" />
import ConfigurationPanelContent from "./ConfigurationPanelContent";
export default class ScatterPlotConfigurationPanel extends ConfigurationPanelContent {
protected isControlDisabled(): boolean;
protected renderConfigurationPanel(): JSX.Element;
private renderMinMax;
private areDataLabelsDisabled;
private isDataLabelsWarningShown;
private getBubbleClassNames;
private getControlProperties;
}