openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Redundant SVG elements #117

Closed k-jano closed 4 years ago

k-jano commented 4 years ago

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.

SVGbug

Probably related issue #64.

bzurkowski commented 4 years ago

@k-jano Good catch! 👍 Let's try to debug in the next iteration as part of #4.

bzurkowski commented 4 years ago

Fixed in #123.