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