Jump to content
Search Community

Alp

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Alp

  1. 1 hour ago, OSUblake said:

    Hi Alp,

     

    It works, the problem is that you are placing a brand new SVG on top of the old one, so the new one is blocking the events to old. You would need to place new paths inside the same SVG to prevent that.

    Hello , Thank you for fast reply, I solved the issue. Firstly, I created a main svg container then instead of using html string, I used d3.js to dynamically append circles and path. It works :)

     

    • Like 1
×
×
  • Create New...