@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
15 lines (14 loc) • 584 B
TypeScript
/// <reference types="react" />
import { BaseVisualization } from "../base/BaseVisualization";
import { IGeoChartInnerProps } from "./GeoChartInner";
export declare class GeoChartOptionsWrapper extends BaseVisualization<IGeoChartInnerProps, null> {
static defaultProps: Partial<IGeoChartInnerProps>;
private emptyHeaderString;
constructor(props: IGeoChartInnerProps);
renderVisualization(): JSX.Element;
private buildGeoChartOptions;
private getCategoryLegendItems;
private validateData;
private sanitizeProperties;
private getEmptyHeaderString;
}