dracula icon indicating copy to clipboard operation
dracula copied to clipboard

JavaScript layout and representation of connected graphs.

Results 50 dracula issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.20&to_version=4.17.21&pr_id=c8bc88d3-f98a-44be-9162-3aa59a0cda7e&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Hi, I would love to further evaluate your project for use in my open source application. A barrier that I am experiencing is that most of the sources are out...

Is there a way to put a line breaker in node label? ![banana](https://user-images.githubusercontent.com/31928478/87829665-df28f480-c855-11ea-9011-7caf152a4624.PNG)

The purpose of this type of connection is to visualize where the edge is being dragged to while it is being dragged. I will post test code for this later,...

Fixes the problem then nodes disappear (become fully opaque) on dragout.

There is a bug exactly here: https://github.com/strathausen/dracula/blob/master/lib/renderer/raphael.js#L56 on dragout it should be 1.0 (fully visible) instead of 0.0 (fully opaque). I'm going to send a PR shortly.

I need a way to disable dragging on some nodes. Case test: `graph.addNode('Banana', { nodrag:true }); ` I changed the original code at bottom of drawNode(): ``` node.shape.connections = [];...

accepted
feature-request

* it works by passing the indices of endpoints to use, instead of them being guessed by an algorithm. Initially I had a separate connection type for constrained connections, but...