How to use the @antv/hierarchy/lib.compactBox function in @antv/hierarchy

To help you get started, we’ve selected a few @antv/hierarchy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github antvis / data-set / src / transform / hierarchy / compact-box.js View on Github external
function transform(dataView, options) {
  const root = dataView.root;
  options = Object.assign({}, DEFAULT_OPTIONS, options);

  if (dataView.dataType !== HIERARCHY) {
    throw new TypeError('Invalid DataView: This transform is for Hierarchy data only!');
  }

  dataView.root = hierarchy.compactBox(root, options);
}

@antv/hierarchy

layout algorithms for visualizing hierarchical data

MIT
Latest version published 5 days ago

Package Health Score

77 / 100
Full package analysis