react-flow-chart icon indicating copy to clipboard operation
react-flow-chart copied to clipboard

🌊 A flexible, stateless, declarative flow chart library for react.

Results 101 react-flow-chart issues
Sort by recently updated
recently updated
newest added

It is a generic request, but there a few things which would help a lot: - [.editorconfig](https://editorconfig.org/) file: This would configure the editor for everyone who contributes to the same...

How can I implement `Undo` and `Redo` actions?

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

In my case one can add a node between two nodes and the links will be automatically generated between these.For that i've updating the chart's intialValue every time when nodes...

Please make the **react-zoom-pan-pinch** -> **options** as props like pan and wheel so we can enable **limitToBounds**, **limitToWrapper** and customize those not its given as default values?

@MrBlenny What's your vision for a "redux state container"? Would this just be a story, similar to [ExternalReactState](https://github.com/MrBlenny/react-flow-chart/blob/master/stories/ExternalReactState.tsx) except mapping the internal state actions to the redux action dispatcher?

HI, I updated the chart package from v0.0.9 to v0.013. It seems like click on the link has stopped working. storybook examples also has same behavior.

export const onLinkStart = ({ linkId, fromNodeId, fromPortId }, chart, campaign_id, setChart) => { const newChart = cloneDeep(chart); newChart.links[linkId] = { id: linkId, from: { nodeId: fromNodeId, portId: fromPortId, },...

Getting this error while using version "0.0.13" with react version 16.8.5 in SharePoint SPFx framework (version: 1.10.0). It occurs only when the package is bundled and deployed to the site,...