Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vis.scaling.max是根据什么vertex上的什么属性缩放的 #31

Open
todayletsgo opened this issue Jul 2, 2019 · 1 comment
Open

Comments

@todayletsgo
Copy link

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 都没对图产生任何变化,我要怎么让这两个属性生效

@javeme
Copy link

javeme commented Jul 8, 2019

@todayletsgo 默认的实现没有效果,可以参考scaling.customScalingFunction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants