# dagre **Repository Path**: mirrors_clientIO/dagre ## Basic Information - **Project Name**: dagre - **Description**: Directed graph renderer for javascript - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ciena-dagre `ciena-dagre` is a fork of [dagre](https://github.com/cpettitt/dagre), which is a JavaScript library that makes it easy to lay out directed graphs on the client-side. The history behind this fork's existence can be read at https://github.com/ciena-blueplanet/dagre/issues/24 ###### Dependencies [![NPM][npm-img]][npm-url] ###### Health [![Travis][ci-img]][ci-url] [![Coveralls][cov-img]][cov-url] ###### Security [![bitHound][bithound-img]][bithound-url] ## Installation ```bash npm install ciena-dagre --ignore-scripts ``` [bithound-img]: https://www.bithound.io/github/ciena-blueplanet/dagre/badges/score.svg "bitHound" [bithound-url]: https://www.bithound.io/github/ciena-blueplanet/dagre [ci-img]: https://img.shields.io/travis/ciena-blueplanet/dagre.svg "Travis CI Build Status" [ci-url]: https://travis-ci.org/ciena-blueplanet/dagre [cov-img]: https://img.shields.io/coveralls/ciena-blueplanet/dagre.svg "Coveralls Code Coverage" [cov-url]: https://coveralls.io/github/ciena-blueplanet/dagre [npm-img]: https://img.shields.io/npm/v/ciena-dagre.svg "NPM Version" [npm-url]: https://www.npmjs.com/package/ciena-dagre