You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
graph.schema().vertexLabel("event")
.userdata("vis.size",30)
.userdata("vis.scaling.min",20)
.userdata("vis.scaling.max",50)
.append()
v165=graph.addVertex(T.label, "event", "name", "ev1","freq",180)
我无论怎么调整这两个属性vis.scaling.min 和 vis.scaling.max 都没对图产生任何变化,我要怎么让这两个属性生效