react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

a super simple, no-nonsense diagramming library written in react that just works

Results 145 react-diagrams issues
Sort by recently updated
recently updated
newest added

I'm trying to deserialize a model using the following code: this.model.deserializeModel(JSON.parse(template), this.engine); However it doesn't do anything, nothing seems to happen and the canvas remains empty. To serialize it I'm...

![SCR-20230201-r86](https://user-images.githubusercontent.com/2019630/216044193-ed33e946-38c4-4a55-82e2-ee814c6a21e9.png) It's a great stuff that we can add node in the connection line. But is it possible to configure so it will have 'bezier' curve. I guess some of...

I want to click on button to change node is color. I tired the programatically modifying graph example but I can only update the position.

I want use `selectionChanged` without bind this event for every entity. I want do: ```js model.registerListeners({ selectionChanged: ... }); ``` It's actual for another events too, for example for `positionChanged`,...

feature request

Hi, this library is awesomem, but I was wondering if it is possible to use different layout engines like cytoscape.js does like these: - [cise](https://github.com/iVis-at-Bilkent/cytoscape.js-cise) - [cose bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent) - [cola](https://github.com/cytoscape/cytoscape.js-cola)...

Hi, Not sure if I've followed all guidelines properly, but we've recently upgraded to a new version of react-diagrams and encountered a new issue based on a change to the...

Hi 👋 , I am using the lib for personal purposes and I love it 😄, In my project, I just implemented a way to align nodes between them that...

The following events are firing _nodesUpdated_, _linksUpdated_, _offsetUpdated_, _gridUpdated_, _zoomUpdated_. In a similar manner, _gridUpdated_ is expected to fire when a node is being dragged around the canvas but it...

I am currently unable to use this library due to the following circular dependencies: Error: Circular dependency: [node_modules/@projectstorm](mailto:node_modules/@projectstorm)/geometry/dist/Polygon.js -> [node_modules/@projectstorm](mailto:node_modules/@projectstorm)/geometry/dist/Rectangle.js -> [node_modules/@projectstorm](mailto:node_modules/@projectstorm)/geometry/dist/Polygon.js Error: Circular dependency: [node_modules/@projectstorm](mailto:node_modules/@projectstorm)[/react-diagrams/node_modules/@projectstorm](mailto:/react-diagrams/node_modules/@projectstorm)/react-diagrams-routing/dist/link/PathFindingLinkFactory.js -> [node_modules/@projectstorm](mailto:node_modules/@projectstorm)[/react-diagrams/node_modules/@projectstorm](mailto:/react-diagrams/node_modules/@projectstorm)/react-diagrams-routing/dist/link/PathFindingLinkModel.js -> [node_modules/@projectstorm](mailto:node_modules/@projectstorm)[/react-diagrams/node_modules/@projectstorm](mailto:/react-diagrams/node_modules/@projectstorm)/react-diagrams-routing/dist/link/PathFindingLinkFactory.js...

Hi All, How can we implement arrowhead with curved links.please someone help on this issue. I prefer issue #183 but nothing found for curved links.