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

Hi How can be able to delete a link beteween two node in the diagram?

I want to re-order ports, however links won't update their positions to be inline with the relocated port. I can successfully move the ports, and links move with them, just...

Update: it is not only when serializing, even logging the model itself causes the issue On the useEffect hook I want to serialize and set to state the model, as...

This is really great project, but it seems not supporting mobile touch events (( I cant move my nodes, cant create links... So how can I use it on mobile?

feature request

I still have this issue, while creating a link between two components while using the 'right-mouse' button. **How to reproduce:** - Start drawing a link - Before releasing the left-mouse...

Hi, We've been using react-diagrams, but recently it gives us an error: `TypeError: this.findPathAndRelativePositionToRenderLabel(...) is undefined` any ideas?

I have a large app that I recently needed to upgrade from emotion 10 to emotion 11. During that upgrade, I had to upgrade react-diagrams to the latest since the...

Hello, I am using the package version 5.x and considering upgrading to 6.x but I am not sure if there are any breaking changes. Is there any documentation of breaking...

# 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...

## Pnpm Workaround _pnpmfile.cjs_ ```js addDepToMany( pkg, [ '@projectstorm/geometry', '@projectstorm/react-canvas-core', '@projectstorm/react-diagrams-core', '@projectstorm/react-diagrams-defaults', ], ['lodash', '@emotion/styled', '@emotion/react'], ) addDepToMany( pkg, ['@projectstorm/react-diagrams-defaults'], [ '@projectstorm/react-canvas-core', '@projectstorm/geometry', ], ) addDepToMany( pkg, ['@projectstorm/react-diagrams'], [ '@projectstorm/react-canvas-core',...