UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

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