The nodes donot get the responsive color. However, when i entered "community" : "community" i get proper output for the label defined in config variable.
labels: {
"Parameter": {
"thickness": "weight",
"caption": "name",
"size": "pagerank",
"community": "community",
"sizeCypher": "MATCH (n) WHERE id(n) = {id} MATCH (n)-[r]-() RETURN sum(r.weight) AS c"
}
}
Please explain as to why i get same color for Nodes with label - Parameter, even though they also have count 1-2
I think you have a better way of trying a simple setup
Where you set (a few, e.g. two) labels and properties manually (partition, pagerank) on a few (e.g. 10-20 nodes) and see how they are rendered and take it from there. I think in your current graph you have too many moving parts that might be confusing.
You can also follow the example from neovis that uses the Game of Thrones graph interaction graph.