Cannot change node's color after using app.insertNodes()
SmoothJM opened this issue · 2 comments
SmoothJM commented
Hi! I would like to ask you a question about change the theme, especially changing nodes' color. I am using app.insertNodes() to insert nodes and edges into the graph, but I notice that all new nodes color is default blue color instead of the color I defined when I create GraphNavigator. I also used app.updateTheme(), but it can only change the nodes shape or all nodes color to be one color instead of changing nodes color to be different color in the pre-defined group object.
HC-teemo commented
SmoothJM commented
got it. Thanks!