@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
10 lines (9 loc) • 376 B
TypeScript
import { Shape } from '@antv/g';
import { ElementLabels } from '@antv/g2';
export declare class MatrixLabels extends ElementLabels {
showLabels(points: any, shapes: Shape[]): void;
_getShape(shapeId: any, shapes: any): any;
adjustColor(label: any, shape: any): void;
mappingColor(band: any, gray: any): any;
adjustPosition(label: any, shape: any): void;
}