nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
424 stars 117 forks source link

When I add paint value nothing is changed #6

Closed Eng-MohamedGadala closed 3 years ago

Eng-MohamedGadala commented 3 years ago

When I add paint value nothing is changed stil defult color paint is Black paint: Paint() ..color = Colors.green ..strokeWidth = 1 ..style = PaintingStyle.stroke,

nabil6391 commented 3 years ago

Which EdgeRenderer are you using? and which algorithm

Eng-MohamedGadala commented 3 years ago

@nabil6391 Thanks for fast response I'm using BuchheimWalkerAlgorithm as algorithm like images its work fine but can't change path colors Screen Shot 2020-09-17 at 7 57 27 AM Screen Shot 2020-09-17 at 7 58 01 AM Screen Shot 2020-09-17 at 7 58 31 AM

zhangxinagjunHJH commented 3 years ago

Same problem!

nabil6391 commented 3 years ago

Released 0.6.1 to fix the problem, thanks for finding it out