react-flow-chart
react-flow-chart copied to clipboard
🌊 A flexible, stateless, declarative flow chart library for react.
This PR allows customizing the link thickness resembling how to link color can be customized.
I had a bug in which `this.context.zoomScale` was undefined, causing `toPosition.x` and `toPosition.y` to be nan, which prevented dragging links. Maybe I can figure out a minimal example to reproduce...
We have integrated this library in our project, all the functionalities working fine. but we are facing issue while deleting node based on user action. Currently, user can delete node...
Fixes #196
The example on the README was failing with Typescript because `scale` was not set. ``` Error:(79, 25) TS2322: Type '{ offset: { x: number; y: number; }; nodes: { node1:...
Hi @MrBlenny , I have been using your library for quite a long amount of time. I was thinking to maybe contribute to the '**_redux state management_**' implementation. Although, i...
On a new create-react-app project I had to also `npm install styled-components` for the component to render.
Reproduce with any storybook using Chrome. Right click on the canvas, click out of the right click menu and the canvas will stick to the mouse. Bug present in Chrome...
Hi, smartRouting link only avoid collision with nodes when I connect type='left' pin to another type='left' pin it won't work well if I connect to type='right' pin ('right' to 'right'...
I was refering to the example in storybook demo for deleting a link. But on clicking on "cross" button, nothing happens. Is is supposed to not be deleted or a...