UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines 216 B
import { tree } from 'd3-hierarchy'; import { hierarchyFunction } from './cluster'; export const Tree = (options) => { return hierarchyFunction(tree)(options); }; Tree.props = {}; //# sourceMappingURL=tree.js.map