jimmybow / visdcc

Dash Core Components for Visualization.
MIT License
144 stars 18 forks source link

Mobility of nodes #8

Closed anilozdemir96 closed 5 years ago

anilozdemir96 commented 5 years ago

Hello, Since the amount of data and the number of relationships are high, nodes move forever, so how can we close this mobility.

jimmybow commented 5 years ago

with large data set, you can set options of visdcc.Network to {'physics' : {'enabled': False}} and close the mobility. Also see documents of vis.js for more detail. http://visjs.org/docs/network/