UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

7 lines (6 loc) 229 B
import { SunburstOptions } from './types'; /** * sunburst 处理数据 * @param options */ export declare function transformData(options: Pick<SunburstOptions, 'data' | 'colorField' | 'rawFields' | 'hierarchyConfig'>): any[];