imohitmayank / jaal

Your interactive network visualizing dashboard
MIT License
321 stars 41 forks source link

Allow vis_opt on node/edge level #42

Closed Sebastian-Jung closed 1 year ago

Sebastian-Jung commented 3 years ago

Currently one cannot set the node shape and size as well as the edge color, neither on a global nor on a local (For each node/edge) scale.

This PR moves the defined properties away from the element level and sets it as a global option, allowing the user to overwrite all node/edge configurations based on the dataframe column names.