UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

7 lines (6 loc) 256 B
import { Data } from '../../types'; export declare function getScaleMax(maxAngle: number, yField: string, data: Data): number; /** * 获取堆叠之后的数据 */ export declare function getStackedData(data: Data, xField: string, yField: string): Data;