UNPKG

reaviz

Version:

Data Visualization using React

6 lines (5 loc) 255 B
import { ChartNestedDataShape, ChartInternalDataShape } from './types'; /** * Builds a stack dataset from the standard data format. */ export declare function buildStackData(data: ChartNestedDataShape[], normalized?: boolean): ChartInternalDataShape[];