Merge remote-tracking branch 'origin/master'

master
Rohan Vazarkar 2017-02-28 16:53:57 -05:00
commit 463dedb0ac
2 changed files with 1152 additions and 10222 deletions

File diff suppressed because it is too large Load Diff

View File

@ -769,7 +769,7 @@ export default class GraphContainer extends Component {
dagreListener.bind('stop', function(event){
var needsfix = false;
sigmaInstance.graph.nodes().forEach(function(node) {
if (isNaN(node.x)){
if (isNaN(node.x) || isNaN(node.y)){
emitter.emit('updateLoadingText', "Fixing Overlap");
sigmaInstance.startNoverlap();
needsfix = true;