feat(graph): more adjustable interaction closes #329, closes #291

This commit is contained in:
moklick
2020-07-13 17:36:15 +02:00
parent 32f6101d37
commit 1d8a9d6d87
21 changed files with 259 additions and 114 deletions
+4 -3
View File
@@ -6,7 +6,7 @@ import Overview from './Overview';
import Basic from './Basic';
import CustomNode from './CustomNode';
import Stress from './Stress';
import Inactive from './Inactive';
import Interaction from './Interaction';
import Empty from './Empty';
import Edges from './Edges';
import Validation from './Validation';
@@ -60,8 +60,9 @@ const routes = [
component: Empty,
},
{
path: '/inactive',
component: Inactive,
path: '/interaction',
component: Interaction,
label: 'Interaction',
},
];