UNPKG

@gooddata/react-components

Version:

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

11 lines (10 loc) 586 B
import { IDrillConfig } from "../../../../interfaces/DrillEvents"; import { ChartType } from "../../../.."; export declare const DEFAULT_SERIES_LIMIT = 1000; export declare const DEFAULT_CATEGORIES_LIMIT = 365; export declare const DEFAULT_DATA_POINTS_LIMIT = 2000; export declare const MAX_POINT_WIDTH = 100; export declare const HOVER_BRIGHTNESS = 0.1; export declare const MINIMUM_HC_SAFE_BRIGHTNESS: number; export declare function handleChartLoad(chartType: ChartType): () => void; export declare function getCommonConfiguration(chartOptions: any, drillConfig: IDrillConfig): any;