@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
10 lines (9 loc) • 458 B
TypeScript
import { Shape } from '@antv/g';
import { LooseMap } from '../../../../interface/types';
declare const PolarElementLabels: import("@antv/g2/lib/element/controller/label/components/base").ElementLabelsConstructor;
export declare class RoseLabels extends PolarElementLabels {
showLabels(points: LooseMap[], shapes: Shape[]): void;
_getShape(shapeId: any, shapes: any): any;
protected adjustTextAlign(label: Shape, shape: Shape): void;
}
export {};