UNPKG

@gooddata/react-components

Version:

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

10 lines (9 loc) 377 B
/// <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; }