fybdp-d3-kg
Version:
Knowledge Graph using React and D3.js
4 lines (3 loc) • 369 B
TypeScript
import { ChartShallowDataShape } from './types';
import { Direction } from './builder';
export declare const buildWaterfall: (series: ChartShallowDataShape<string | number | Date | import("big-integer").BigInteger | [import("./types").ChartDataTypes, import("./types").ChartDataTypes]>[], direction?: Direction) => import("./types").ChartInternalShallowDataShape[];