UNPKG

@gooddata/react-components

Version:

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

5 lines (4 loc) 322 B
import { ILegendOptions, LegendOptionsItemType } from "../../typings/legend"; export declare function shouldLegendBeEnabled(chartOptions: any): any; export declare function getLegendItems(chartOptions: any): LegendOptionsItemType[]; export default function getLegend(legendConfig: any, chartOptions: any): ILegendOptions;