blob: fbde5eda1751f113863c12c4cc91b32445eeeb8c [file] [log] [blame]
import * as echarts from '../echarts';
import * as zrUtil from 'zrender/src/core/util';
import './tree/TreeSeries';
import './tree/TreeView';
import './tree/treeAction';
import visualSymbol from '../visual/symbol';
import orthogonalLayout from './tree/orthogonalLayout';
import radialLayout from './tree/radialLayout';
echarts.registerVisual(zrUtil.curry(visualSymbol, 'tree', 'circle', null));
echarts.registerLayout(orthogonalLayout);
echarts.registerLayout(radialLayout);