MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

Link Colors #103

Closed ielijose closed 4 years ago

ielijose commented 4 years ago

Added the ability to set colors to links using the properties of the port.

port2: {
    id: 'port2',
    type: 'output',
    properties: {
        linkColor: '#63D471',
    },
},        

Example