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

If a consuming project uses the following from the DEMO project and that project has strict=true, then it will not compile. ``` export class CreateLinkState extends State { sourcePort: PortModel;...

**Issue Description** On Chrome, when I click CTRL + SHIFT + J to open developer tools, canvas and model gets locked. I think shift key isn't registered as released, so...

I am getting an blank output when I am using this library for creating custom visualization with power Bi. Can somebody help me out on this?

I am able to use dagre to auto position nodes, however I am not sure how to get the ranking of the nodes correctly. I would like "Path B" node...

question

HI, I'm trying to do the Update to 6.5.0 and I'm having massive problems with Emotion. It won't run with the diagram ![image](https://user-images.githubusercontent.com/7074483/111926087-4c410800-8b10-11eb-853c-cf64549004bd.png) ![image](https://user-images.githubusercontent.com/7074483/111929568-954a8980-8b1b-11eb-854d-846967fdc904.png) We're also using Styled components so...

### Problem Trying to build the at the bottom provided basic example on a clean new react-scripts project leads to following type error: ``` argument of type 'NodeLayerFactory' is not...

ReferenceError: self is not defined at Object. (/Users/nemo/Downloads/react-diagrams/decision-engine/node_modules/@projectstorm/react-diagrams-core/dist/index.umd.js:2:248) at Module._compile (internal/modules/cjs/loader.js:1158:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10) at Module.load (internal/modules/cjs/loader.js:1002:32) at Function.Module._load (internal/modules/cjs/loader.js:901:14) at Module.require (internal/modules/cjs/loader.js:1044:19) at require (internal/modules/cjs/helpers.js:77:18) at Object.hxca (/Users/nemo/Downloads/react-diagrams/decision-engine/.next/server/pages/statistics/query/detail/customCanvas/custom/CustomNodeWidget.js:292:18) at...

Hi there, I want to use react-diagrams library for my project requirement and I'm looking for documentation or few demo projects etc. Unfortunately, the links provided here are either dead...

I am trying to create a format bar that can change a node's properties. I'd like to be able to: 1) Drag a node to the canvas 2) Select the...

Is there a way to retrieve the related LinkWidget object if I have the LinkModel object? Or is there any way to get a list of all LinkWidget objects if...