@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
10 lines (9 loc) • 416 B
TypeScript
import { Legend } from '@antv/component';
import ViewLayer from '../../base/view-layer';
export declare function getLegendData(viewLayer: ViewLayer, props: any): any[];
export declare function mergeLegendData(items: any): any;
export declare function createLegend(items: any, width: any, height: any, canvas: any, position: any): {
position: any;
component: Legend.CanvasCategory;
getBBox: () => any;
};