After regenerating graph on the page appears additional SVG elements, which covers previous one. Previous elements should be deleted or new elements shouldn't be generated if previous exist. This bug causes a drastic drop in a performance.
As you can see in the picture, I added two additional types in type selector and 2 additional elements for each previous existing node was generated.
After regenerating graph on the page appears additional SVG elements, which covers previous one. Previous elements should be deleted or new elements shouldn't be generated if previous exist. This bug causes a drastic drop in a performance.
As you can see in the picture, I added two additional types in type selector and 2 additional elements for each previous existing node was generated.
Probably related issue #64.