UNPKG

@antv/g2plot

Version:

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

3 lines (2 loc) 168 B
import { DataItem } from '../interface/config'; export declare const transformDataPercentage: (data: DataItem[], groupField: string, measures: string[]) => DataItem[];