jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.42k stars 714 forks source link

Can connection path change color according to a boolean data? #797

Open gluetex opened 6 months ago

gluetex commented 6 months ago

Hi, I'm using your project on my Ionic project. What I want is to change the connection colors according to the Json values I will retrieve from my database. For example user will create the flowchart that will be about tasks, manually, all connections will be red. After each task completed a boolean "true" will be returned by the database and the connection will turn green. My question is:

I use TypeScript on my project.

jerosoler commented 6 months ago

Add css class to connection.

Example with hover: