Package Exports
- dagre-d3-renderer
- dagre-d3-renderer/lib/label/add-html-label.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dagre-d3-renderer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dagre-d3-renderer - A D3-based renderer for dagre
This project is an out-of-box replacement for dagre-d3.
This project isn't built from scratch. It's based on the original dagre-d3 project.
Dagre is a JavaScript library that makes it easy to lay out directed graphs on the client-side. The dagre-d3 library acts as a front-end to dagre, providing actual rendering using D3.
For more details, including examples and configuration options, please see our wiki.
Setup
yarn installBuild
yarn buildTest
yarn testLicense
dagre-d3-renderer is licensed under the terms of the MIT License. See the LICENSE file for details.