In conclusion, I'd like to be able to draw the edges over the "map" node while having viewSelection set to false
Hello, I am trying to show depict the relational data of player movement over a videogame continent. I am able to correctly import all of the edges, nodes, and node for the map. Unfortunately I am unable to to display the Edges without setting "viewSelection" to true. When I do this, the edges become blue. I'd very much like to be able to do color interpolation. I have attached the image of what i currently have. Color interpolation still works in this case. To create the "map" node: 1) Created a...