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
I am getting this error when trying to use the offline layout here is my code snippet
letofflayout=Viva.Graph.Layout.offline(this.graph,{terations: 100,// Run `100` iterations onlysaveEach: 10,// Save each `10th` iterationoutDir: './cache',// Save results into `./cache`layout: require('ngraph.forcelayout3d')// use custom layouter});
i also tried to do this
letlayout=Viva.Graph.Layout.forceDirected3d(this.graph,{springLength: 30,springCoeff: 0.0008,dragCoeff: 0.01,gravity: -1.2,theta: 1});letofflayout=Viva.Graph.Layout.offline(this.graph,{terations: 100,// Run `100` iterations onlysaveEach: 10,// Save each `10th` iterationoutDir: './cache',// Save results into `./cache`layout: require('ngraph.forcelayout3d')// use custom layouter});
Same problem
The text was updated successfully, but these errors were encountered:
I am getting this error when trying to use the offline layout here is my code snippet
i also tried to do this
Same problem
The text was updated successfully, but these errors were encountered: