If you have a lots of notes the performance of the grap overview really takes time. I want to try to optimise this by changing the physics ```js var options = { physics: { solver: 'forceAtlas2Based' } }; ``` based on this: https://github.com/visjs/vis-network/issues/370
If you have a lots of notes the performance of the grap overview really takes time. I want to try to optimise this by changing the physics
based on this: visjs/vis-network#370