UNPKG

@lobehub/charts

Version:

React modern charts components built on recharts

6 lines (5 loc) 503 B
export declare const constructCategoryColors: (categories: string[], colors: string[]) => Map<string, string>; export declare const getYAxisDomain: (autoMinValue: boolean, minValue: number | undefined, maxValue: number | undefined) => (string | number)[]; export declare const constructCategories: (data: any[], color?: string) => string[]; export declare const deepEqual: (obj1: any, obj2: any) => boolean; export declare const hasOnlyOneValueForThisKey: (array: any[], keyToCheck: string) => boolean;