anvaka / pm

package managers visualization
https://anvaka.github.io/pm/
MIT License
1.57k stars 135 forks source link

how to set color on links #42

Open rezaokhravi opened 1 year ago

rezaokhravi commented 1 year ago

hello in my project create graph like this : graph.addLink(item.from, item.to,{color:"red"})

then create binary file from graph like this : ToBinary.BuildBinaryGraph(graph);


so how to get {color:"red"} in function setLinks(buffer) from project pm ?? and set my color to lineView.render(...)

Please Help Me.