UNPKG

reaviz

Version:

Data Visualization using React

7 lines (5 loc) 251 B
import { ChartNestedDataShape, ChartInternalNestedDataShape } from './types'; /** * Builds a stack dataset from the standard data format. */ export declare function buildMarimekkoData(data?: ChartNestedDataShape[]): ChartInternalNestedDataShape[];