UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

8 lines (7 loc) 256 B
import { Shape } from '@antv/g'; import { ElementLabels } from '@antv/g2'; export declare class TreemapLabels extends ElementLabels { showLabels(points: any, shapes: Shape[]): void; getShape(shapeId: any, shapes: any): any; private leafText; }