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 using v6.2.0 and in the process of making some kind of DB schema diagram that users can view, edit, add/modify/delete tables/columns etc. Here is how it looks like: ![image](https://user-images.githubusercontent.com/16938843/91441197-7717f600-e878-11ea-85a7-86cada641af5.png)...

bug
needs investigation
showcases a cool project :P

Maintaining an open source project is a time consuming and often thankless good, but having other help can make it much more enjoyable. It appears that this repo has a...

Hello, First off congrats for this great project! I encountered an issue when trying to use react-diagrams while the browser DOM updates. Let's consider a project such as: - Page...

Would it be possible to port this over to react native? I know you can specify models and widgets to use but I'm guessing it trying to use a canvas...

feature request
question

hi, I have problem in this issue. Firstly, I click to the port of Node A. After that I only can receive event click when I click to the port...

# Checklist - [x] The code has been run through pretty `yarn run pretty` - [x] The tests pass on CircleCI - [x] You have referenced the issue(s) or other...

## Problem Description I have a state that is activated using the control key. If I press (Ctrl-T) to open a new tab, my state is entered when control is...

Hi I want to make multiple layers having multiple nodes with conections, want to add different colors for every layers, Can you please help me how can we customize the...

Hi, I am trying to automatically layout the nodes with dagre engine. When creating the nodes, I assign a similar position to each node and then let dagre engine spread...

hello, I need to model a process by columns as it is done in trello or jira, could you help me Thank you