UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

6 lines (4 loc) 155 B
import { map } from '@antv/util'; export function getTinyData(data: number[]) { return map(data || [], (y: number, x: number) => ({ x: `${x}`, y })); }