neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Apache License 2.0
1.61k stars 324 forks source link

The display problem of this figure #296

Closed tianchiguaixia closed 2 years ago

tianchiguaixia commented 2 years ago

Why can't I reproduce the effect of the sample with the same code

My picture image

Sample diagram image

mycode:

DataViz
tianchiguaixia commented 2 years ago

How can I set it to achieve the same effect

abhikarsh-gupta commented 2 years ago

I was also not able to replicate with my data set, downgraded to v1.4 and everything started working like magic.

thebestnom commented 2 years ago

I forgot to color by label in the last release, the pr is open but didn't had time to test @abhikarsh-gupta

abhikarsh-gupta commented 2 years ago

I forgot to color by label in the last release, the pr is open but didn't had time to test @abhikarsh-gupta

Okay. thanks! On a slightly off-topic, my data set has a lot of different labels, is there a way, that I can set some default config for all labels rather than doing it for each label? The node size is way smaller when compared to the labels, so it makes the graph ugly

thebestnom commented 2 years ago

@abhikarsh-gupta https://github.com/neo4j-contrib/neovis.js/issues/290