ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Change node color #22

Closed Nid989 closed 2 years ago

Nid989 commented 2 years ago

The color of nodes is not changing nor that of edges, I tried modifying the argument under config for node but nothing changed. Any reason why?

myedibleenso commented 2 years ago

@Nid989 , this works for me. If you need more fine-grained control (ex. only nodes A, B, and C should have color Y), you'll need to specify the color at Node creation. The same can be done for edges at Edge creation time.

Can you please include a code snippet?