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