neo4j-contrib / neovis.js

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

Groups are not assigned to nodes #311

Closed matej-kaska closed 1 year ago

matej-kaska commented 1 year ago

I am trying to assign group for nodes, but I can't get it working. image

matej-kaska commented 1 year ago

got it working with this: `Clovek: { label: "name",

                    static: {
                    group: "clovek"
                    }
                }
            },

` but I think, that's not how it's supossed to work.

thebestnom commented 1 year ago

Nope, that's exactly how it should work, I have a PR that I haven't tested yet that auto adds group as label name but I didn't had the time to test it yet but it should work