Allow nodes to override strokeColor #122
Labels
enhancement
improving existent functionality or performance related
good first issue
Hacktoberfest
Hacktoberfest label
Right now some of the config properties have node granularity which means that each node can within
itself override the global config.
Clients should be able to override
config.node.strokeColor
at node level.For that, we should allow the node builder to get these properties from the node first instead of fetching them
directly from the global config. So basically as we do in
config.node.color
:We should have the same for
config.node.strokeColor
.Please remember that:
config documentation
A good place to start with this issue would be
graph.helper.js
since is there that node and link propertiesare calculated!
Happy Hacktoberfest!
The text was updated successfully, but these errors were encountered: