UNPKG

@gooddata/react-components

Version:

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

6 lines (5 loc) 517 B
import { IColorItem, IColorPalette } from "@gooddata/gooddata-js"; import { AFM, Execution } from "@gooddata/typings"; import { IColorAssignment, IColorMapping } from "../../../../interfaces/Config"; export declare function isValidMappedColor(colorItem: IColorItem, colorPalette: IColorPalette): boolean; export declare function getAtributeColorAssignment(attribute: any, colorPalette: IColorPalette, colorMapping: IColorMapping[], executionResponse: Execution.IExecutionResponse, afm: AFM.IAfm): IColorAssignment[];