Creating dynamic views in ember

Hi, I am making a visulatiion app using bubble chart (d3js) similar to this Circle Packing - bl.ocks.org

When the user clicks on any of the bubbles…it should become the parent and open on the another tab in the page itself…so that i can move back and forth.I have figured out the d3 logic and able to generate graphs based on the click.

ALso i want to give a delete options for these charts on tabs which can destroy the respective tabs.Currently i am able to do it using onlyone view and handeling everything from there only. Is it possible to dynamically generate views and destroy them on click event